
	h1 {
		color: red;
		font-family: 'Comic Sans MS';
		font-size: 28px;
		font-weight: 500;
		letter-spacing: -1px;
		font-stretch: semi-condensed;
	}

.title {
	font-family : Helvetica, sans-serif;
	font-size : 120%;
	font-style : normal;
	font-weight : 900;
	color : black;
	vertical-align : top;
	text-align : center;
}

.subtitle {
	font-family : Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 900;
	color : black;
	vertical-align : top;
	text-align : center;
}

.text {
	font-family : Helvetica, sans-serif;
	font-size : 80%;
	font-style : normal;
	font-weight : 500;
	color : black;
	vertical-align : top;
	text-align : center;
}

.subtitleleft {
	font-family : Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 900;
	color : black;
	vertical-align : top;
	text-align : left;
}

.textleft {
	font-family : Helvetica, sans-serif;
	font-size : 80%;
	font-style : normal;
	font-weight : 500;
	color : black;
	vertical-align : top;
	text-align : left;
}

.textleftbold {
	font-family : Helvetica, sans-serif;
	font-size : 80%;
	font-style : normal;
	font-weight : 700;
	color : black;
	vertical-align : top;
	text-align : left;
}

.textleft a {
	color : #376432;
	text-decoration:none;
}
body {
	font-size : 100%;
	margin-top : 0px;
	margin-left : 0px;
	background-color : White;
	height: 101%;
}

.textleft a:hover {
	color: red;
}

.extra {
	color: #808080;
	font-size:80%;
	font-weight : 300;
}

.extra a {
	color : #808080;
	text-decoration:none;
	font-weight : 300;
}

.extra a:hover {
	color : #a6a6a6;
	text-decoration:none;
	font-weight : 300;
}


.imp {
	color: red;
}

.imp a {
	color: red;
}


.imp a:hover {
	color : #808080;
}

.impw {
	color: yellow;
}


.impw a {
	color: yellow;
}


.impw a:hover {
	color : red;
}