/* Style Sheet */
/* LINKS visited does not work To style links appropriately, put the :visited rule after the :link rule, but before the :hover and :active rules.*/
/* unvisited link */
/*a:link { text-decoration: none; }
a:hover { text-decoration: underline; }*/

/* Link */
     a:link {
  color: darkblue;text-decoration: none;
     }
/* visited link */
     a:visited {
     color: red;     
     text-decoration: none;
     }

/* Hover */
     a:hover {
    background-color: lightblue;text-decoration: underline;
     }
/* Selected */
     a:active {
     color: red;
}
/*------------------------------------------------------------- */

.heading {                                             
	font-family: "Consolas", monospace;
	font-size: 1.4em; 
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-align: center;
	color: #B22222;   
}
.boldlinks {                      				                         
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	font-family: "Consolas", monospace;
	font-size: 1em;
	} 
.browncenter {     					
	text-align: center;                                              
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	font-family: "Consolas", monospace;
	font-size: 1em;
	text-align: center;
	color: #900000;
	}
 .smallcenter {                                     
	font-family: "Consolas", monospace;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: center;
	color: #900000;     
	}      
.regfontcenter {    					                                         
	font-family: "Consolas", monospace;
	font-size: 1em;   
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: center;
	}
 .regfontx {          					                           
	font-family: "Consolas", monospace;
	font-size: 1.1em;   
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-left: 20px;
	text-align: left;
	line-height: 150%;
	color: #990000;
	}      
.boldcenter {     						/* news */
	text-align: center;                                              
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	font-family: "Consolas", monospace;
	font-size: 20px;
	text-align: center;
	color: #900000;
	}     

.bordercenter16 {										
	font-family: "Consolas", monospace;
     font-size: 1em; 
     font-weight: normal;
     font-style: normal;
     text-transform: none;
     text-align: center;
     color: #990000;      /*Brown*/
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left:  auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
     width: 75%;
     padding: 20px;     
	}