body {
background-color: #E0E0E0;
font-family:'verdana';
font-size: 13px;
color:#564b47;
padding:5px;
margin:0px;
text-align: center;
}
HR {
	border:0;
    height:1px;
    width:100px;
	color:#989898;
    background:#989898;
    /*margin: 0px 150px 0px 150px;  */
   }

A:link {color: #606060; text-decoration: none; }
A:visited {color: #232323; text-decoration: none; }
A:active {color: #232323; text-decoration: none; }
A:hover {color:	#D0D0D0; background: #888888 none;}
