﻿body 
{
    background-color:#3366CC; 
    font-family: Sans-Serif
}

a:link {color: #0000FF; text-decoration: none}
a:visited {color: #0000FF; text-decoration: none}
a:hover {color: #34A945; text-decoration: underline}
a:active {color: #34A945; text-decoration: underline}

h1 {font-size: X-Large}
h2 {font-size: Large; color: green}

p 
{
    font-size: Small; 
    text-indent: 0px; 
    text-align: justify; 
    margin: 5px 20px 5px 20px
}
p.credits 
{
    font-size: X-Small; 
    font-style: italic; 
    text-align: center; 
    margin: 5px 10px 5px 10px
}        
p.welcome 
{
    text-indent: 0px; 
    margin: 20px 20px 20px 20px
}
p.footer 
{
    font-size: X-Small; 
    font-weight: bold; 
    text-indent: 0px;
    text-align: center; 
    margin: 2px 10px 2px 10px
} 

table.form 
{
    border-color: green; 
    border-style: solid; 
    border-width: 1px; 
    font-size: small; 
    width: 90%
}
table.basic {border: solid 1px black; font-size: small; text-align: left}
table#email {background-color: #dff4e2}
tr.hdrow {font-weight: bold}
td.hdcol {background-color: #dff4e2; border-right-color: black; border-right-style: solid; border-right-width: 2px; font-weight: bold}
td.hdrow {background-color: #dff4e2; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 2px;}
tr.form {text-align: left; vertical-align: top}
tr#footer {background-color: #ffffff}
td.signup {border-color: green; border-style: solid; border-width: 1px}
td.altsignup 
{
    background-color: #dff4e2; 
    border-color: green; 
    border-style: solid; 
    border-width: 1px
}

ul 
{
    margin-top: 0in; 
    margin-bottom: 0in; 
    text-align: left; 
    list-style-type: disc; 
    font-size: Small
}

ul#credit {margin-left: 100px}
