
 a:link {color: red; background-color:transparent; text-decoration: none}
 a:visited { color: blue; background-color: transparent; text-decoration: none}
 a:active { color: green; background-color: transparent; text-decoration: none}
 a:hover { background-color:transparent; color: green}
 body { margin-left: 2%; 
	margin-right: 10%; 
	margin-top: 4%;
	width: 600px;
	background: black; color: white;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: verdana,sans-serif;
	font-size: 13px;
	list-style-type: circle;
 }

 TH.a { background: silver; color: white}
 P {font-weight: normal}
 