@charset "utf-8";
/* CSS Document */

P{
font-family: President;
font-size: 18;
font-style: italic;
color: #000000;
line-height: 23px;
padding: 3px;
}

.navigation {
	font-family: President;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990066;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 160px;
}


.navigation:hover {
	font-family: President;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990066;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 160px;
	background-color: #CCCCCC;
}

.titles {
	font-family: President;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 175px;
	color: #006600;
}

.titles:hover {
	font-family: President;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 175px;
	color: #006600;
	background-color: #CCCCCC;
}

