a:link {color: blue; text-decoration: underline; font-weight: bold;}
a:visited {color: blue; text-decoration: underline; font-weight: bold;}
a:active {color: blue;text-decoration: underline; font-weight: bold;}
a:hover {color: black; text-decoration: underline; font-weight: bold;}

BODY {
font-family: Verdana;
font-size: 10px;
background-color: #c1cacf;
color: black;
text-align: justify;
}

#whole {
background: #c1cacf;
margin: 0px;
width: 650px;
height: 563px;
border: 0;
}

#head {
background: #c1cacf;
margin: 0px;
width: 650px;
height: 143px;
border: none;
}

#underhead {
background: #c1cacf;
width: 651px;
height: 20px;
border-bottom: 2px solid black;
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
margin-bottom: 0px;
line-height: 15pt;
}

#middle {
background: white;
width:651px;
margin-top: 0px;
margin-left:0px;
border-left: 2px solid black;
border-right: 2px solid black;
line-height: 12pt;
}

#foot {
clear: both;
background: white;
width: 651px;
height: 50px;
border-top: 0px;
border-bottom: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
line-height: 12pt;
}

table {
font-size: 12px;
border: 0;
}

.h1 {
font-size: 15px;
font-weight: bold;
}

.h2 {
font-size: 18px;
}

.current {
background-color: white;
border: 2px solid white;
}

.showheading {
font-size: 16px;
}

.box{
border: 1px solid black;
padding:1px;
}
