body {
	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        11px;
	color:            rgb( 0, 0, 0 );
	margin:           10 10 10 10;
	padding: 10;
	text-align:       center;
	display:          block;
	background-color: #c0c0c0;
	width: 100%;
}

a
{
	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        11px;
	color:            rgb( 0, 0, 0 );
   text-decoration: none;
}


a:hover
{
	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        11px;
	color:            rgb( 0, 0, 0 );
   text-decoration: underline;
	 
}



img {
    border: none;
}



