/* TYPOGRAPHY */
body, a {
background: #FFF;
font:normal 1em/1em "geneva", Verdana, Tahoma, sans-serif;
color:#000;
}

a {
font-weight:bold;
}

a:hover {
color:#666666;
}

a, a:active {
outline:none;
}

h2,h3 { font-weight:normal; }

h2 {
text-transform:uppercase;
font-size:19px;
margin-bottom:5px;
}

h3 {
font-size:16px;
margin-bottom:2px;
}

p {
margin-bottom:8px;
}

div#no_flash,
div#mail_list {
font-size:80%;
}

input, select {
font-size:100%;
}