body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
p, ul, ol, blockquote {
	font-size: 18px;
	line-height: 28px;
	text-align:justify;
	margin-bottom:10px;
}
a {
	color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #990000;
}
a:hover {
	color:#CD2D2D;
}
table {
	width:100%;
}

