a:link
{
	color: white; 
     	font-weight: bold;
}
a:visited
{
	color: white; 
	font-weight: bold;
} 
a:active 
{
	color: white;
	font-weight: bold;
}
body
{
	font-family: Arial Rounded MT Bold, Helvetica;	
	color: rgb(255,255,255);
	background-color: "#FF0000";
}
table
{
	table-border-color-light: rgb(0,124,195);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	font-family: Arial;
	font-style: normal; 
	font-size: 16;
	font-weight:bold;
	color: rgb(0,124,195);
}
h2
{
	font-size: 20;
	color: rgb(0,124,195); 
}
h3
{
	font-size: 26;
	color: rgb(0,124,195); 
}
h4
{
	color: rgb(0,124,195);
}
h5
{
	color: rgb(0,124,195);
}
h6
{
	color: rgb(0,124,195);
}

