body {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat;
	
}

a{
 	font-family:Arial;
	font-size:8pt
}

a:hover {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:active {
	color: #000000;
	text-decoration: none;
}

