/* 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:'Arial', sans-serif; }
/* Elements */
a 			{color: #A00; 	background: transparent; 	text-decoration: none; cursor: auto;}
a:link 	{color: #A00; 	background: transparent;	text-decoration: none;}
a:visited {color: #A00;	background: transparent;	text-decoration: none;}
a:active {color: #00A;	background: transparent;   text-decoration: none;}
a:hover 	{color: #00A;	background: transparent; 	text-decoration: underline;}

body {color:#333; background-color:#EEEEEE; 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;}