body
{
	background: url('./images/bg.jpg') repeat;
	text-align: left;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
}

a:link 
{
	text-decoration: underline;
	color: #FF0000;
}

a:active 
{
	text-decoration: underline;
	color: #FF0000;
}

a:visited 
{
	text-decoration: underline;
	color: #FF0000;
}
	
a:hover
{
	text-decoration: none;
	color: #FF0000;
}
	
a img
{
	border: 0;
}
