a:link
{
	color: rgb(0,0,255); 
}

a:hover 
{ color: rgb(255,0,0)}

a:visited
{
	
} 
a:active 
{
	color: rgb(0,0,0);
}

body         { background-image: url(background-red-red-white3.jpg); background-repeat: 
               repeat-y; background-attachment: fixed; color: #OOOOOO; 
               font-family: Arial, Helvetica, sans-serif; background-position: left top ; background-color: #FFFFFF}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}