body {
	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:        11px;
	color:            rgb( 70, 70, 70 );
	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( 70, 70, 70 );
   text-decoration: none;
}


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



img {
    border: none;
}


h1 {
    font-size: 1.5em;
}


h2 {
    font-size: 1.2em;
}

