body {
background-color: #808080;
}

.body { font-family: verdana, tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: left;
line-height: 1.3
}

H1 { font-family: verdana, tahoma, sans-serif;
color: #C31F00;
text-decoration:  none; 
font-size: 12px;
font-weight: bold;
text-align: left;
}

ul { font-family: verdana, tahoma, sans-serif;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: justify;
}

li { font-family: verdana, tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: justify;
}

td.both {
BORDER-RIGHT: #000000 1px solid;
BORDER-LEFT: #000000 1px solid;
}

td.left {
BORDER-LEFT: #000000 1px solid;
}

td.right {
BORDER-RIGHT: #000000 1px solid;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;	
}

a:hover, a:active {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;	
	}
.send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #000000;
	cursor:pointer;
}
.send:hover, .send:active {
	color: #000000;
	text-decoration: underline;
	}
-->