/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
}

.bold {
	font-family: Veranda, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.articalNav {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:  #0066FF;
	text-decoration: none;
	display: block;
	padding: 4px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #0066FF;
	text-decoration: none;
	background-color: #ffccdd;
	padding: 4px;
}

.navigation:hover {
	color:  #FFFFFF;
	background-color: #D03D03;
}
