a:link
{
	color: #996633;
}
a:visited
{
	color: #996633; 
} 
a:active 
{
	color: #996633;
}
A:hover  
{
   text-decoration : underline; 
   color : #cccccc; 
}
body
{
	font-family: "Times New Roman";
	background-color : #F8e090;
	color: #996633;
}
table
{
	table-border-color-light: brown;
	table-border-color-dark: black; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Century Gothic, Arial, Helvetica;
}
h1
{
	font-size:36 pt;
	color: #996633;
	text-align: center;
	font-style:bold;
}
h2
{
	font-size:24 pt;
	color: #996633;
	text-align: left;
	font-style:bold;
}
h3
{
	font-size:18 pt;
	color: #996633;
	text-align: left;
	font-style:bold;; 
}
h4
{
	font-size:14 pt;
	color: #996633;
	text-align: left;
	font-style:bold;
}
h5
{
	font-size:12 pt;
	color: #996633;
	text-align: left;
	font-style:bold;
}
h6
{
	font-size:10 pt;
	color: #996633;
	text-align: left;
	font-style:bold;
}