/**
 * This is the style sheet for the site.
 */

BODY {
	background-color: #3F7272;}

H1 {
	color: #FFCCCC;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;}

H2 {
	color: #FFCCCC;
	font-weight: bold;
	font-family: Arial;}

H3 {
	color: #FFCCCC;
	font-weight: bold;
	font-family: Arial;}

P, .Text {
	color: #FFCCCC;
	font-family: Arial;}
A:Link {color: #AACCFF; text-decoration: none;}
A:Visited {color: #AACCFF; text-decoration: none;}
A:Active {color: #AACCFF; text-decoration: underline;}
A:Hover {color: #AACCFF; text-decoration: underline;}

.Nav {
	font-size: 12px;
	color: #660066;}
A.Nav:Link {color: #FFCCFF;}
A.Nav:Visited {color: #FFCCFF;}
A.Nav:Active {color: #FFCCFF;}
A.Nav:Hover {color: #FFCCFF;}
A.NavSelected:Link {color: #660066;}
A.NavSelected:Visited {color: #660066;}
A.NavSelected:Active {color: #660066;}
A.NavSelected:Hover {color: #660066;}

HR {color: #660066;}

.button {color: #AACCFF;}
