@charset "utf-8";
/* CSS Document */


body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;  color: #990000; 
        background-image: url(../../gifs6/marble.jpg); 
}


/* This is used to represent the title of the page */
h1
{
	font-size:18pt;
	font-weight:bold;
	color:#990000;
	text-align:center;
}

h5
{
	font-size:8pt;
	font-weight:bold;
	color:#990000;
	text-align:center;
}

table
{
	border-collapse: collapse;
}


 
a {text-decoration: none; font-family: Arial, Helvetica, sans-serif; 
   font-size: 1em;}

a:visited {color: #CC0000} 
a:link {color: #990000}
a:active {color: #996666}
a:hover {color:#996666; text-transform: uppercase}   


