a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255, 215, 0);
	table-border-color-dark: rgb(255, 215, 0); 
}

body /* Internet Explorer */ 
{ 
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(200, 210, 220);
	color: rgb(0, 0, 0);
} 

body /* Mozilla Firefox alignment */ 
{ 
	text-align: -moz-center; 
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(200, 210, 220);
	color: rgb(0, 0, 0);
} 


.logo
{ 

		border-style: outset;
		border-color:rgb(255, 215, 0);
		border-radius:55px;
		border-width: 5;

}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(0, 0, 0);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(0, 0, 0)); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0, 0, 0); 
}
h4
{
	font-family: Times New Roman, Times;
	color:rgb(0, 0, 0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(0, 0, 0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(0, 0, 0);
}