body { /* set everything to zero for a good cross-browser starting point */
	margin: 0px 0px 0px 0px; /* zeroes the margins on the body */
	font-family: Arial; /* set the default fonts */
	font-size: 0.7em;
	color: #262626;
	line-height: 13pt;
	
}

p{
	font-size: 0.7em;
	
	margin-left: 20px;
	margin-right: 10px;
	line-height: 13px;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #cc6699;
	margin-top: 100px;
	margin-right: 10px;
	margin-left: 20px;
}
h3 {
	font-size: 0.70em;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: normal;
	line-height: 13px;
	
	
}




a:link {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #000000;
}
a:visited {
font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc6699;}
