a:link
{
	color: darkgreen; 
}
a:visited
{
	color: green; 
} 
a:active 
{
	color: green;
}

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}

body
{
	font-family: verdana, book antiqua,Times New Roman, Times;
	background-color: rgb(255,255,204);
	color: darkgreen;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	color: darkgreen;
}

h1,h5	{text-align: center;}

h2,h3,h4,h6
{
	text-align: left;
}


h3,h4,h5,h6
{
	font-size: "10";}
{