body {
background:#99ccff;
font-family:"helvetica light", helvetica, sans-serif;
font-size:1.2em;
line-height:1.6em;
}

div#main {
background:white;
border: 1px solid black;
border-radius: .5em;
box-shadow: .3em .3em .5em #888;
max-width: 400px;
margin: 200px auto;
padding: 2em;
}


div#main ul#main {
font-size:2em;
line-height:1.2em;
}

div#main ul#main a {
color:#777;
text-decoration:none;
border-bottom: 1px dotted #777;
}

div#main ul#main a:hover {
color:#000;
border-bottom: 1px solid #000;
}

