﻿* {margin: 0px; padding: 0px;}

body {padding-left: 20px; font: 11px Arial;}

h1 {font-weight: bold; font-size: 28px; margin: 20px 0px;}
h2 {font-weight: bold; font-size: 18px; margin: 5px 0px;}
h3 {font-weight: bold; font-style: italic; font-size: 14px; margin: 5px 0px;}
h4 {font-weight: bold; font-size: 12px; margin: 5px 0px;}

p {margin: 10px 0px;}

ul {margin-left: 30px;}

table {border: solid 1px; width: 600px; font-size: 10px; text-align: center; margin-bottom: 5px;}
table.small {border: solid 1px; width: 300px; font-size: 10px; text-align: center; margin-bottom: 5px;}

th {background-color: Red; color: White;}
td {width: 200px; border: solid 1px;}
td.green {background-color: Green; color: White;}

ul#nav {margin: 5px 0px 5px 20px; list-style-type: none;}
.small {font-size: 10px; color: Gray;}
