body { background: url(images/background.gif) white repeat-y; 
       font-family: Verdana,Arial,Helvetica,sans-serif;
       color: black; }

a.nav { color: white;
        text-decoration: none;
	font-weight: bold;
	line-height: 150%; } 

a.nav:hover { color: yellow; }

#content  { position: absolute;
            left: 220px; 
	    top: 100px; }

a.yellow { color: yellow; }
