/* CSS Document */

.stylesinks{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	
.bold{
	font-family:	Geneva, sans-serif;
	font-size:  20px;
	font-style: normal;
	font-weight:  bold;
	color: #640000;
	}

.bold2{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight:  bold;
	color:#000099;
	}
	
	.navigation {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #E0E0E0;
	display: block;
	padding: 8 px;
	width: 100 px;
	color: #640000;
}

.navigation:hover {
	font-family:	Verdana, sans-serif;
	font-size:	22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:  #640000;
	display: block;
	padding: 8 px;
	width:  100 px;
	}
