/* CSS Document */

.stylesinks{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	
p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
	
.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: 14px;	
	font-weight:  bold;
	color:#000099;
	}
	
	.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	background-color: #640000;
	display: block;
	padding: 8 px;
	width: 100 px;
	color: #FFFFFF;
	}

.navigation:hover {
	font-family:	Verdana, sans-serif;
	font-size:	16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color:  #993300;
	display: block;
	padding: 8 px;
	width:  100 px;
	}
