body {
    margin:10px;
    text-align:center;
    font-family: Futura Std, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #FFFFFF;
    color:#000000;
}
a:link {
    color:#000000;
}
a:visited {
    color: #333333;
}

.mainbody {
    margin: 10px auto;
    text-align:center;
    width:810px;
    border: 1px solid #E0E0E0;
    border-right: 2px solid silver;
    border-bottom: 2px solid silver;
    /* background-image:url('images/background_signup.gif');*/
}
.mainbody img {
    border:none;
}
.introdate {
    font-size: 15px;
    font-weight:bold;
    color: #117b3e;
    text-align: center;
}

.introtext {
     font-weight:bold;
     margin-bottom:20px;
}

h1 {
    font-size: 24px;
    margin:20px;
    color: red;
    text-align: center;
}
h2 {
    font-size: 16px;
    color:green;
    text-align: left;
    margin-left:30px;
    margin-bottom: 5px;
}

#formblock {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #117b3e;
    margin-right: 220px;
    padding: 0;
    text-align: right;
}
.fields {
    margin:3px;
}
#required {
    font-size: 10px;
    margin-bottom: 20px;
}

#organizers {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #117b3e;
    margin: 30px;
    text-align: left;
}