/* default styles */
a
{
color: #5F85B3;
}

a:hover
{
text-decoration: none;
}

small
{
font-size: 90%;
}

i, em
{
font-style: italic;
}

b, strong
{
font-weight: bold;
}

a:visited
{
color: #5F85B3;
/*
color: purple;
*/
}

#content ol
{
list-style-type: decimal;
}

#content ul
{
list-style-type: square;
}

.choice_box
{
text-align: center;
border: 1px solid #ccc;
padding: 20px;
width: 200px;
-moz-border-radius: 10px;
background-color: #efefef;
float: left;

}

.signup_choice p
{
float: left;
margin: 10px;
}


.signup_choice
{
width: 600px;
margin: 0 auto;
overflow: hidden;
}

pre
{
font-family: monospace;
font-size: 8pt;
}

p
{
margin: 5px 0 10px 0;
}

var
{
font-family: monospace;
font-style: normal;
}

.icon
{
height: 16px;
width: 16px;
border: 0;
}

.date
{
font-style: italic;
color: #a0a0a0;
font-size: 8pt;
}