/* CSS Document */
body {
	background-color: #c6c6c6;
	margin-left: 30px;
	margin-right: 30px;	
}

body, table, tr, td, div, p, span {
	font-family: arial; 
	font-size: 12px; 
	color:#000000;
	
}

a:visited, a:link {
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #757575;
}
img
{  border-style: none;
}

