@charset "utf-8";
body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-position:center;
	font-family:Arial, sans-serif;
	font-size:10px;
	
}

<style type="text/css">
A:link {text-decoration: none; color:#333;}
A:visited {text-decoration: none; color:#333;}
A:active {text-decoration: none; color:#333;}
A:hover {text-decoration: underline; color: #333;}
</style>
