

body { 
	background: #FFF;
	color: #333;
	font: Arial, Helvetica,  sans-serif;
	margin: 0; 
	padding: 0;
	}

a { color: #333; font-weight: bold; text-decoration: none; }
a:hover { color: #24b6f2; text-decoration: underline; }

h1,h2,h3,h4,h5 { color: #333; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
h2 { font-size: 20px; color: #0ff; line-height: 1em; }
h3 { font-size: 13px;  line-height: 13px; margin: -10; }
h4 { font-size: 1em; line-height: 1em; margin: 0; color: #0ff; }
h5 { font-size: 1.1em; margin: 0; }

p, dl { font-size: 1em; line-height: 1.5em; }
img { border: 0; }
hr { border: none; border-top: 1px solid #333; margin: 20px 0;  }