h1,h2,h3,h4,h5,h6 { font-family: sans, verdana, helvetica; } 
a:link { text-decoration: none; color: #2e95d0; }
a:visited { text-decoration: none; color: #2e95d0; }
a:hover {text-decoration: none; color: #555; background-color: yellow;}

vtiny {font-size:4pt}
tiny {font-size:6pt}
small {font-size:8pt}

body { 
	position: relative; 
	margin: 20px; 
	padding: 5px; 
	font-family: sans, helvetica, verdana; 
	background-color: #fff;
} 

#content {
    position: absolute;
    left:240px;
    margin: 5px;
    padding: 5px;
    background-color: #fff;
}

#menu {
    position: absolute;
    width:200px;
    top: 30px;
    margin: 5px;
    padding: 5px;
    background-color: #eee;
    border:1px dashed #999;
}

