/*   Remove style   */
address { font-style:normal }
div,span,p,ul,li,h1,h2,h3,h4,h5,h6 { margin:0; padding:0 }
img { margin:0; border:0 }
a { color:#cc0000 }
a:active,a:visited,a:link,a:hover { text-decoration:none }

/*   Apply style   */
html,body { height:100%; }
body {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:150%; /* changed from 1.5em */
	background:url(/styles/images/paper.jpg) repeat;
}

p { margin-bottom:0.75em }
ul { margin:0.75em 0; padding:0 }
a:hover { color:#CC0033; text-decoration:underline }

h1 { margin-bottom:0.75em; padding-bottom:0.1em; font-size:1.5em; color:#444; border-bottom:solid 1px #999 }

h2  { margin-bottom:0.5em; font-size:1.5em; color:#003399 }
h2 a { font-size:1em; color:#990000 }

h3 { font-size:1.2em; color:#336699 }
h3 a { font-size:1em }

h4 { font-size:1.2em; color:#003399 }
h4 a { font-size:1em; color:#003399 }