BODY
{
	background-color: #043464;
	background-image: url("images/mainBg.jpg");
	background-repeat: repeat-x;
}

H1
{
	font-family: verdana;
	font-size: 14pt;
	color: #fefeb2;
	font-weight: none;
	font-style: italic;
}

P, form, textarea, input, ul
{
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
}

textarea, input
{
	color: red;
}

.yellow, ul { color: #fefeb2; }

A
{
	font-family: Verdana;
	font-size: 10pt;
	color: #fefeb2;
}

A:hover 
{ 
	text-decoration: none; 
}

H2
{
	font-family: verdana;
	font-size: 9pt;
	font-style: italic;
	color: #fefeb2;
}