/* CSS Document */
.links_text a:link {
color:#0000FF;
	padding:2px;
	text-decoration:underline;

	}

.links_text a:visited {
	color:#CCCCCC;
	padding:2px;
	
	}
.links_text a:hover {

	color:#FFFFFF;
	text-decoration:underline;
	background-color:#999999;
	padding:2px;
	}
.links_text a:active {

	color: #CCCCCC;
	}
.links_text{
/* this is for the description of the pages information top */
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
width:900px;
padding-top:10px; padding-bottom:10px;
font-weight:bold;

}
	