@charset "utf-8";
/* CSS Document */

*{margin: 0;
padding: 0;
border: 0; 
}
p{
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 18px;
	padding: 13px;
	margin: 1.5em 0;
}

body  {
	background: white;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.type {
	list-style-position: inside;
	list-style-type: square;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	
}

h1 {
	font-size: 150%;
	color: #000000;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 115%;
}
.red {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #300;
}

