/* CSS Document */
body
{
margin-top:0px;
margin-bottom:0px;
background:url(images/bg.jpg) #FFF repeat-x; 
}
table
{
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;
}
h2
{
text-align:left;
font-size:18px;
}
h1{
text-align:center;
font-size:20px;
}


a:visited {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}
a:hover {
	color: #000000;
	}
