body {background-color: white}

a:link     {color:#888888  ; text-decoration: none}
a:visited  {color:#888888  ; text-decoration: none}
a:hover    {color:#CD5C5C  ; text-decoration: underline}
a:active   {color:#CD5C5C  ; text-decoration: none}

h1 
/* navigation type */
{
	
	color: #888888 ; 
	font-size: 12pt ; 
	font-family: arial ;
	font-weight: normal
}

h2
/* bigger heading type */
{
	color: #888888 ; 
	font-size: 14pt ; 
	font-family: arial ;
	font-weight: bold
}

h3 
/* bio type */
{
	
	color: #888888 ; 
	font-size: 11pt ; 
	font-family: arial ;
	font-weight: strong
}

.news
/* news type */
{
	color: #888888 ; 
	font-size: 9pt ; 
	font-family: arial ;
	font-weight: normal
}

.links
/* news links */
{
	color: #999999 ; 
	font-size: 9pt ; 
	font-family: arial ;
	font-weight: bold ;
	font-style: italic ;
}	

.dates
/* date type */
{
	color: #CD5C5C ; 
	font-size: 9pt ; 
	font-family: arial ;
	font-weight: normal ;
}

.copywrite
/* copyerite type */
{
	color: #c0c0c0 ; 
	font-size: 7pt ; 
	font-family: arial ;
	font-weight: light
}

