﻿/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, select, th,td,textarea {font-size:1em; margin: 0; padding: 0; }
html, body, form {border: none; height: 100%;}
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*defaults*/
ul,ol, p, h2, h3, h4, h5, h6   { margin-bottom: 12px;}
h1 { margin-bottom: 18px; }
H1 {font-size:2em}  
H2 {font-size:1.5em}  
H3 {font-size:1.25em} 
H4 {font-size:1em}  

/* LAYOUT */
.clear { clear: both; }

/* LINKS */
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
