body {
    color: #FFFFFF;
    background-color: #000000;
    background-image: url(./topbg.gif);
    font-family: sans-serif;
}

body.log {
	font-family: Courier, monospace;
	font-size: 14px;
}

div.cmt {
	margin-left: 20px;
	margin-bottom: 20px;
	color: #808080;
    font-family: sans-serif;
}

a:active {
    text-decoration: none;
    color: red;
}

a:visited {
    text-decoration: none;
    color: #7ABEFF;
    border-bottom: 1px #FF0000 dashed;
}

a:link {
    text-decoration: none;
    color: #7ABEFF;
    border-bottom: 1px #FF0000 dashed;
}

