	
@charset "utf-8";


<style type="text/css">	
	

a:hover {
	text-decoration: underline;
}

BODY { background: #FCC366; color: black}
  A:link { color: red; text-decoration: none; }
  A:visited { color: Black; text-decoration: none; }
  A:active { color: Blue; text-decoration: none; }
  A:hover { color:Blue; text-decoration: none; }
  body, td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-stretch:expanded;
	font-size:13px;
}


  A.nav:link { color: blue; text-decoration: none; }
  A.nav:visited { color: black; text-decoration: none; }
  A.nav:hover { color: blue; text-decoration: underline; }
  A.nav:active { color: blue; text-decoration: none; }

H1 {
	font-size : 18pt;
	font-weight:bolder;
	color:#FAFFEB;
	text-shadow:1px 1px #333;

}

H2 {
	font-size : 14pt;
	font-style : normal;
	color:#333;
	text-shadow:0.5px 0.5px #FFF;
}

H3 {
	font-size : xx-small;
	font-style : normal;
	color :  gray;

}

.navlinks
{ 
A:link { color: #blue; text-decoration: none; }
A:visited { color: #blue; text-decoration: none; }
A:hover { color: red; text-decoration: none; }
A:active { color: #blue; text-decoration: none; }
 
 }
 
.quote
{
	font-weight:lighter;
	font-stretch:expanded;
	
}

.reviewer
{
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	margin-left:2cm;
}
</style>	
