
/* Set default font */
acronym,ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2,H3, H4, H5, H6, MENU, OL, P,SPAN, TD, TH, UL 
{font-family:'Lucida Sans Unicode', 'Lucida Sans', LucidaGrande, 'Lucida Grande', Geneva, Arial, sans-serif;
}
/* Elements */
/*
a {color: #ff3300;
background: transparent;
text-decoration: none;
cursor: auto;}
a:link {color: #ff3300;
background: transparent;
text-decoration: none;}
a:visited {color: #366;
background: transparent;
text-decoration: none;}
a:active {color: #f30;
background: transparent;
text-decoration: none;}
a:hover {color: #f30;text-decoration: underline;background: #ffd;}
*/

body {color:#000;
background-color:#fff;
padding-bottom:1.5em;padding-left:1.5em;padding-right:1.5em;}

code, pre,tt,samp {font-size:110%;
font-family: Courier, 'Courier New', monospace;}

samp {font-weight:bold;}

html, body {margin: 0px;}
.title { font-weight: 500 }
.small { font-size: small }
