@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 40px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #330099;
	text-decoration: none;
	background-color: #99FF99;
	display: block;
	padding: 8;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
	text-align: left;
}
