body, .body { 
	background-color: #ffffff;
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: black; 
 }

img { border-color: white; }
P, LI, TD, BR, DIV, BLOCKQUOTE  {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: inherit;
}

UL, LI { font-size: 11px; text-align: left; }
TH
{
	font-family: Georgia, Times Roman;
	font-size: 14px;
	font-weight: bold;
	color: inherit;
}
h1 {
 	font-size: 18px;
	color: #990;
}

h2 {
 	font-size: 16px;
	color: #990;
}
h3 {
 	font-size: 14px;
	color: #990;
}

h4 {
 	font-size: 12px;
	color: #990;
}

.darkred {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #cc3333;
	font-weight: bold;
 }
 
.darkolive {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #660;
	font-weight: bold;
 }

.olive {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #990;
 }

.outerborder {
	background-color: #990;
}
.white {
	background-color: #fff;
}
.copyright { 
	font-family: Georgia, Times Roman;
	font-size: 9px;
	color: black;
 }

a.white:link { 
	font-family: Georgia, Times Roman;
	font-size: 12px;
	color: black;
 }
a.white:visited { 
	font-family: Georgia, Times Roman;
	font-size: 12px;
	color: black;
 }
 a.white:active { 
	font-family: Georgia, Times Roman;
	font-size: 12px;
	color: #ccccff;
 }
 
 a.white:hover { 
	font-family: Georgia, Times Roman;
	font-size: 9px;
	color: #ccccff;
 }

a:link { 
	color: #cc3333;
 }

a:visited { 
	color: #cccccc;
 }

a:active { 
	color: #cc3333;
}

a.olive:link { 
	color: #669900;
 }

a.olive:visited { 
	color: #000033;
 }

a.olive:hover {
	color: #660000;
	
}
a.olive:active{ 
	color: #990000;
	
}
