body {
	margin: 70px;
	color: #333333;
	line-height: 1.5em;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

a {font-weight: bold; 
text-decoration: none; 
color: #3366ff;}

a:visited { text-decoration: none; 
color: #6600ff; }

a:hover { text-decoration: none; 
background-color: #333333; }

b { background-color: #333333; 
color: white; 
font-weight: bold; }

hr { height: 7px;
     text-align: left;
     margin: 30px 0px 30px 0px;
     width: 300px;
     color: #333333;
     background-color: #333333;
     border: 0;
                   }
