/*
this is the base stylesheet for a site
*/

body {
    background:#efefef;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 75%;
}
a { color:#039; }
a:hover { color:#f00; }
a img { font-size: .8em; }

.left { float: left; margin-right: 3px; }
.right { float: right; margin-left: 3px; }
.none { display: none; }
.clear { clear: both; }
.center { text-align: center; }
.strong { font-weight: bold; }

.site_title { font-size: 3em; text-align: center; }
