﻿@charset "utf-8";

body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #28237c;

}

.quote1 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.quote2 {
font-size:26px;
font-weight:bold;
color:red;
}

.line {
	border:1px solid #fgfg55;
	border:thick #CC3 3px;
	}
	
.head A:link {text-decoration: none; color:#000;}
.head A:visited {text-decoration: none; color:#000;}
.head A:active {text-decoration: none; color:#000;}
.head A:hover {text-decoration: underline; color: #F1C504;}

A:link {text-decoration: underline; color:#000;}
A:visited {text-decoration: underline; color:#000;}
A:active {text-decoration: underline; color:#000;}
A:hover {text-decoration: underline; color: #F1C504;}

.fatlink A:link {text-decoration: underline; color:#000;font-size:18px;}
.fatlink A:visited {text-decoration: underline; color:#000;font-size:18px;}
.fatlink A:active {text-decoration: underline; color:#000;font-size:18px;}
.fatlink A:hover {text-decoration: underline; color: #F1C504;font-size:18px;}

hr {
  border:0;
  border-top: 1px solid #BFBFBF;
  height: 0;
  background: #BFBFBF;
}

.main{
	padding-left:25px;
	padding-right:25px;
	position:relative;
}

