body {
 font-family: arial, verdana;
 width: 700px;
}

div.main {
 width: 700px;
}

li {
 margin-bottom: 10px;
}

a:link    {
 font-weight: bold;
 text-decoration: none;
 color: black;
}

a:visited {
 font-weight: bold;
 text-decoration: none;
 color: black;
}

a:active  {
 font-weight: bold;
 text-decoration: none;
 color: black;
}

a:hover   {
 font-weight: bold;
 color: blue;
 cursor: pointer;
}


div.links {
 position: absolute;
 height: 120px;
}

div.links div {
 position: absolute;
 width: 200px;
 height: 40px;
 font-size: 24px;
 padding: 6px; 
}

