
body, form, div, span, p, a, ol, ul, li, table, input, select, h1, h2, h3, h4, h5, h6 {
	margin: 0px; padding: 0px;
}

body, table, input, select, textarea {
	color: #363636;
    font-size: 14px;
    font-family: verdana;
    font-weight: normal;
    font-style: normal;
}

body { background: #E0EBF1; }

h1 { font-size: 18px; color: #6489BD; }
h2 { font-size: 14px; font-weight: bold; }

p { margin: 5px 0px 5px 0px; }

ul, ol { margin: 10px 0px 10px 40px; }
li { margin-top: 3px; }

a { color: #6489BD; text-decoration: none; font-weight: bold; }
a:visited { color: #6489BD; }
a:hover { text-decoration: underline; }

