a:link
{
	color: rgb(0,0,128); 
}
a:visited
{
	color: rgb(128,0,128); 
} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
	font-size: 12pt;
	font-family: Times New Roman, Times;
	background-color: rgb(255,255,255);
	background: url(background.jpg);
	color: rgb(51,51,0);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}

