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

body {
    background:#efefef;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
}
a { color:#039; }
a:hover { color:#f00; }
a img { font-size:9px; }

h1 { text-align: center; } /* site title */
h2 { text-align: center; } /* section title/heading */

.left { float: left; margin-right: 3px; }
.right { float: right; margin-left: 3px; }

/* asset styles */
.doc_icon { border: 0px; }

.external_link_icon { border: 0px; }
/* end asset styles */


