body { }

p { }

td { }

a:link {
	color: #000000;
	text-decoration: none;
 }

a:visited {
	color: #000000;
	text-decoration: none;
 }

a:hover { 
	background-color: #990000;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
	color: #fff;
}


#body {
	width: 800px;
	height: 100%;
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-size: 100%;
	}

#content {
	height: 100%;
	padding: 10px;
	}

#col1 {
	float: left;
	width: 500px;
	height: 100%;
	padding: 0px 0px 10px 5px;
	font-size: 0.7em;
	}

#col2 {
	float: left;
	width: 230px;
	height: 100%;
	padding: 0px 0px 5px;
	margin-left: 25px;
	font-size: 0.7em;
	}

#col3 {
	float: right ;
	width: 120px;
	height: 100%;
	padding: 0px 0px 5px;
	font-size: 0.7em;
	}

#footer {
	float: left;
	width: 800px;
	height: 50px;
	padding: 10px;
	font-size: 0.8em;
	}

ul {
	padding: 0 0 10px 10px;
	list-style-type: square;
	}

li {
	padding: 10px 0 10px 0px;
	border-bottom: 1px dotted #990000;
	}
