/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	list-style-type: circle;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation{
	font-family: "Hoefler Text", serif, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993366;
	text-decoration: none;
	background-color: #3399ff;
	display: block;
	padding: 6px;
	width: 118px;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navigation:hover{
	font-family: "Hoefler Text", serif, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993366;
	text-decoration: none;
	background-color: #00ccff;
	display: block;
	padding: 6px;
	width: 118px;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 6px;
	font-weight: normal;
	text-decoration: underline;
	color: #3366CC;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
