body {
	background-color: white;
	font-size: 13px;
	width: 200px;
	height: 800px;
	font-family: verdana, georgia, geneva, arial, helvetica, san-serif;
	font-weight: bold;
    color: #666666;
    position:inherit;
}

a:link, a:visited {
color: #666666;
text-decoration: none;
} 

a:hover, a:active {
color: white;
background-color: #64b41e;
letter-spacing: 6px;
} 
