body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin:0px;
}

*		{
	font-family: trebuchet ms, verdana;
	font-size:11px;
	color:#666;
	}
	
a:link {
	font-family: trebuchet ms, verdana;
	font-size:11px;
	color:#6387AB;
	text-decoration: none;
}

a:visited {
	font-family: trebuchet ms, verdana;
	font-size:11px;
	color:#6387AB;
	text-decoration: none;
}

a:hover {
	font-family: trebuchet ms, verdana;
	font-size:11px;
	color:#6387AB;
	text-decoration: underline;
}

a:active {
	font-family: trebuchet ms, verdana;
	font-size:11px;
	color:#6387AB;
	text-decoration: none;
}
