a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: #CC33FF; 
} 
a:active 
{
	color: rgb(255,51,0);
}
a:hover {color:red}


body
{
	font-family: Book Antiqua, Times New Roman, Times;
	color: #000000;background-image:url('images/background.jpg')
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
	background-image:url('images/background.jpg') 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: #008000;font-size:18pt; font-weight:bold
}
h2
{
	color: #008000;font-size:14pt; font-weight:bold 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}