body {
	border : 0px;
	margin : 0px;
	padding : 0px;
	background : #ffc;
	background-attachment: fixed;
	background-position: 0% 70%;
	background-repeat: repeat-x;
	font-family : Verdana, Helvetica, sans-serif;
	vertical-align : top;
}
a, a:active, a:visited {
	border : 0px;
	margin : 0px;
	padding : 0px;
	color : #008;
	font-weight : bold;
}
a:hover {
	color : #33f;
}
p {
	border : 0px;
	margin : 0px;
	padding : 0px;
	padding-bottom : 0.5em;
}
h1, h2, h3 {
	padding : 0px;
	padding-bottom : -3px;
	margin : 0px;
	margin-bottom : 0.2em;
	border : 0px;
	border-bottom : dotted 2px #330;
	color : #330;
	text-transform : capitalize;
	width : 70%;
}
h1 { font-size : 200% }
h2 { font-size : 150% }
h3 { font-size : 125% }
table, tr, td {
	margin : 0px;
	border : 0px;
	padding : 0px;
}