BODY {
color: black;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #464646; 
scrollbar-face-color: #cccccc;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #999999; 
scrollbar-highlight-color:;
scrollbar-shadow-color:;
margin : 15px 15px 15px 15px;
  }
  
 .links {
    BACKGROUND-COLOR: #CCCCCC;
	COLOR: #555555;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	border: 1px solid black;
	padding:5px;
	}
	
.news {
    BACKGROUND-COLOR: #ececec;
	COLOR: #555555;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px solid black dashed;
	text-align: left;
	padding:5px;
	}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

A:LINK {
	color: black;
	text-decoration: underline;
	font-size: 12px;
}

A:HOVER {
	color: #0000FF;
	text-decoration: none;
	font-size: 12px;
}

A:ACTIVE {
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}
A:VISITED {
	color: black;
	text-decoration: underline;
	font-size: 12px;
}

INPUT {
    BACKGROUND-COLOR: white;
	COLOR: #555555;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}

H1 {
font-size: 12px; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style : square;
}

.bordered {
    font-size : 12px;
    border-top: 1px groove #555555;
	border-right: 1px groove #999999;
	border-bottom: 1px groove #999999;
	border-left: 1px groove #555555;
	}
	
.small {
    font-size : 10px;
}