    body {
	padding: 0px;
	margin: 0px; 
}

.maintext {
	font-family: verdana;
	font-size: 12px;
	color: black;
}

.maintext a:link {
    color: blue;
    text-decoration: none;
}

.maintext a:visited {
    color: blue;
    text-decoration: none;
}

.maintext a:hover {
    color: red;
    text-decoration: none;
}


.menu {
    background: #70a6cc;
    width: 50px;
}

td.menu {
    font-family: comic sans ms, verdana, arial;
    font-size: 12pt;
    /* font-weight: bold; */
}

.menu a:link { 
    color: white;
    text-decoration: none;
}

.menu a:visited { 
    color: white;
    text-decoration: none;
}

.menu a:hover { 
    text-decoration: none;
    color: yellow;

}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}
