body   {
	font-size: 12px;
	font-family: arial, Verdana, Geneva, Arial, Helvetica, Univers, sans-serif;
	border-top: 1;
	border-right: 1;
	border-bottom: 1;
	border-left: 1;
	background-color: #CCCCCC;
}

a   {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}
a:link   { text-decoration: none;
		   }
a:visited   {
	text-decoration: none;
}
a:hover   { text-decoration: underline ; color: #CC0000}
a:active   { text-decoration: none; }


.text    { font-size: 12px;  }
.text_justify {
	font-size: 12px;
	text-align: justify;
}

.page_title  { 
    font-size: 19px;
	font-weight: bold;
	color: #000000;
}

.smallhead  { 
    font-size: 15px;
}
