a:link
{
	color: rgb(200,255,255); 
}
a:visited
{
	color: rgb(150,130,175); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{   
	font-family: Comic Sans MS, Trebuchet MS, Verdana, Arial, Helvetica;
	background-color: #494948;
	color: rgb(51,102,200);
}

h1
{
	font-family: Tempus sans ITC, Times;
	color: rgb(153,153,153);
}
h2
{
	font-family: Comic Sans MS, Times;
	color: rgb(130,75,140); 
}
h3
{
	font-family: Comic Sans MS, Eurostyle;
	font-size: 5
	color: rgb(40,102,175); 
}
h4
{
	font-family: Trebuchet MS, Times New Roman, Times;
	color: rgb(175,153,100);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
p
{
    font-family: lucida sans, trebuchet ms, arial black;
    color: rgb(120,200,200);
}
li
{   
    font-family: tempus sans itc, lucida sans, arial;
    color: rgb(0,100,0);
}
