a:link
{
	color: white; 
	font-size: 20;
}
a:visited
{
	color: gray; 
	font-size: 20;
} 
a:active 
{
	color: aqua ;
	font-size: 20;
}
.active_color { color: aqua }

table
{
	border 1px solid none;
	bordercollaps: collaps;
	cellpadding="10";
	cellspacing="0";
	width="100%";
	id="AutoNumber1";
	table-border-color-light: white;
	table-border-color-dark: white;
	font-size="20";
}
td
{
	border-left-width: 1px; border-right-width: 1px solid; border-top-width: 1px; border-bottom-width: 1px;
}
body
{
	font-family: Garamond, Times New Roman, Times, Serif;
	background-color: black;
	color: white;
}
h1
{
	font-family: Garamond, Times New Roman, Times, Serif;
	color: aqua; text-align: centre; 
}
h2
{
	font-family: Garamond, Times New Roman, Times, Serif;
	color: teal; 
}
h3
{
	font-family: Garamond, Times New Roman, Times, Serif;
	color: cyan; 
}
h4
{
	font-family: Garamond, Times New Roman, Times, Serif;
	color: rgb(0,0,255);
}
h5
{
	font-family: Garamond, Times New Roman, Times, Serif;
	color: rgb(0,0,255);
}
h6
{
	font-family: Garamond, Times New Roman, Times, Serif;
	color: rgb(0,0,255);
}
hr { color: white; size: 5px; }

normal
{
	font-family: Garamond, Times New Roman, Times;
	color: white; 
	size = "5";
}