  
* { padding: 0; margin: 0; }

ul, ol, dl { margin-left: 1em; }

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
margin-top: 0;
margin-bottom: 0;
}

ul { list-style-type: disc;}
ol { list-style-type: decimal; }

ul ul { list-style-type: square; }
ol ol { list-style-type: lower-alpha; }

ul ol { list-style-type: decimal; }
ol ul { list-style-type: square; }

ol ol ol, ol ol ul, ol ul ul, ol ul ol,
ul ul ul, ul ul ol, ul ol ol, ul ol ul {
list-style-type: circle;
} 

option { padding-left: 0.2em; padding-right: 0.3em; }

fieldset, a img { border: none; }

html { height: 100%; }

body {
background-color: white;
color: black; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

