/* CSS Document */

p{
font-family: "Comic Sans MS";
font-size: 16px;
color: #000000;
line-height: normal;
padding: 1px;
}

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

.navigation{
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 60px;
}



.navigation:hover{
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 60px;
}
.header {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

