body
{
	background: #3a3a3a url('./images/bg.jpg') repeat-x;
	text-align: left;
	color: #383838;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

content
{
	font-size: 10px;
}

a:link 
{
	text-decoration: underline;
	color: #383838;
}

a:active 
{
	text-decoration: underline;
	color: #383838;
}

a:visited 
{
	text-decoration: underline;
	color: #383838;
}
	
a:hover
{
	text-decoration: none;
	color: #383838;
}
	
a img
{
	border: 0;
}

