body {
 font-family: Verdana;
 font-size: 12px;
 background: #FFFFCC;
 padding: 0px;
 margin: 0px;
 color: #000000;
 border: solid 0px #000000;
}

a:link, a:active, a:visited {
 text-decoration: none;
 color: #000000;
}

a:hover {
 text-decoration: underline;
 color: #000000;
}

img {
 border: solid 0px #000000;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	border-bottom: dashed 1px  #FF0000;
}

