
body {background-color: silver}

td {align: center}
table {text-align: center}
h2 {text-align: center}
h3 {text-align: left}
p {text-indent: 1cm}

/* .nob = table with no boder.  Used to align images. */
table.nob {width: 100%}
td.nob    {background: white}
td.nob    {border-left: none}
td.nob    {border-right: none}
table.nob {border-spacing: 15px}

/* .sb = table with silver background for main image */
table.sb {width: 100%}
td.sb    {background: silver}
td.sb    {border-left: none}
td.sb    {border-right: none}
table.sb {border-spacing: 15px}

/* .menu = table class for the menu options */
table.menu {width: 100%}
table.menu {border-spacing: 10px}
td.menu    {border-left: 5px solid black}
td.menu    {border-right: 5px solid black}
td.menu    {background: yellow}
td.menu    {font-variant: small-caps}

/* .list = paragrahp class for an unordered list ex: race dates */
p.list {text-align: left}
p.list {margin-left: 2cm}
p.list {text-indent: 0cm}

/* .margin = list items with a big margin on the left */
li.margin {text-align: left}
li.margin {margin-left: 2cm}
