/* CSS Document */
body {background-image:url(images/img01.gif); background-repeat:repeat-x;}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-decoration: none;
}

a:visited {text-decoration:none;}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

