/* CSS Document *//* Presentation Stylesheet */ 

h1 {
	margin:0;
	padding:15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

p {
 margin:0;
 padding:15px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#990000;
 }
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFCC;
}
div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000066;
	letter-spacing: .1em;
	font-weight: normal;
}
