BODY {
margin: 50px 100px 0 100px;
background-color:#FFFFFF;
}

* { font-size: normal; font-weight: 200; font-family: sans-serif; }

A:link { color:#FF9900; text-decoration:none}
A:visited { color:#CC9900; text-decoration:none}
A:hover { color:#FF0000; text-decoration:underline}
A:active { text-decoration:none}

h1 {
       font-size: xx-large;
       text-align: center;
       font-weight: 700;
       color: 009933;
}

h2 {
       font-size: larger;
       font-weight: 700;
       color: FF6600;
       line-height: 0.25em;
}

h3 {
       text-align: right;
       font-size: smaller;
}

p {
       line-height: 1.5em;
}

span {
       font-weight: 700;
}

div#copy {
       background-color:#FF6600; font-size:small; color:#FFFFFF; text-align:center; line-height: 1.5em;
}
