
body{
margin: 0px;
padding:0;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 10px;
}

a {
text-decoration:  none;
font-weight: bold;
font-color: #FF0000;
border: none;
 }
a:hover {
text-decoration:  underline;
font-color: #FF0000;
border: none;
 }
 
a:visited {
font-color: #FF0000;
}

#firstcol {
position: absolute;
left: 5px;
width: 120px;
margin: 2px;
padding: 2px;
border-bottom: 1px dotted #CCCCCC;
}

#secondcol {
position: absolute;
left: 125px;
width: 120px;
margin: 2px;
padding: 2px;
border-bottom: 1px dotted #CCCCCC;
}

#thirdcol {
position: absolute;
left: 250px;
width: 120px;
margin: 2px;
padding: 2px;
border-bottom: 1px dotted #CCCCCC;
}

#bottomcol {
position: absolute;
top: 140px;
left:10px;
width: 120px;
margin-top: 0px;
padding: 2px;
border-bottom: 1px dotted #CCCCCC;
}

#lastcol {
position: absolute;
top: 140px;
left:140px;
width: 120px;
margin-top: 0px;
padding: 2px;
border-bottom: 1px dotted #CCCCCC;
}
#finalcol {
position: absolute;
top: 140px;
left:260px;
width: 120px;
margin-top: 0px;
padding: 2px;
border-bottom: 1px dotted #CCCCCC;
}
#bookcol {
position: absolute;
left:400px;
top: 30px;
width: 140px;
margin-top: 0px;
padding: 2px;
border-left: 1px dotted #CCCCCC;
}