BODY {
	background: #077EC9;;
	font-family: 'verdana';
	color: white;

	scrollbar-face-color: #077EC9;
	scrollbar-track-color:#077EC9;
	scrollbar-arrow-color: #EFE1E1;

	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-highlight-color: #077EC9;
	scrollbar-darkshadow-color: #077EC9;
}

TD{
    font-size: 10pt;
}
div.m{
    margin: 7;
}
textarea {
    color: white;
    border: solid 1px black;
    font-family: verdana;
    background-color: #0E92E2
}



A{
	font-family: 'helvetica';
	font-size: 10pt;
	text-decoration : none;
}
A:link {
	color: blue;
	text-decoration: none
}
A:visited {
	color: blue;
	text-decoration: none
}
A:hover {
	color: white;
	text-decoration: none;
}
A.x{
	border: 1px dashed #9D5500;
}

A.x:hover {
	color: white;
	border: 1px dashed white;
}

A.buton:visited {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;

	padding-top: 2px;
	padding-bottom: 2px;
	
	color: #EAD6D6;
	display: block;
	letter-spacing: 1px;
	text-align: center;
	background-color : #934F00;
}
A.buton:hover {
	background-color: #A95C01;
	color: white;
	font-weight: bold;
}
