BODY {background-image: url("images/drwngbgblue.gif");}

P {
   font-family: Arial,sans-serif;
   font-size: 12pt;
}

H3 {font-family: Arial,sans-serif;}

H3 {font-size: 12pt;}

a  {
	color: white;
	text-decoration : none;
}

a:visited  {
	color: grey;
	text-decoration : none;
}

a:active  {
	color: red;
   text-decoration: underline;
}

a:hover  {
	color : red;
	text-decoration: underline;
}

