@charset "iso-8859-1";

BODY {font-family: sans-serif;} 	
p {font-size: 100%;}	
p {text-align:center;color:white}
p.right {text-align: right}
p.left {text-align: left}
BODY { background-image:url(bgrnd.gif) }

h1.center {text-align: center;color: white}
h3.center {text-align: center;color: white}
h3 {color: white}
h5.center {text-align: center;color: white}
body {text-align:center;}
A:link {text-decoration: none;color: red;}
A:visited {text-decoration: none;color: red;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: center;
}