/* CSS Document */

P {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}

.navigation {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 20px;
	color: #000000;
}


.navigation:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 20px;
	color: #000000;
	background-color: #0066FF;
}

H1 {
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

H4 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}

.links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

.whats_new{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #990000;
}
