body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

/* Standard a tags */
a {color: #83b1ce; text-decoration: underline;}
a:link {color: #83b1ce;}
a:visited {color: #83b1ce;}
a:active {color: #83b1ce;}
a:hover {text-decoration: none; color: #ccc;}

a:focus{outline:1px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0; padding-bottom:10px;}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
ul, ol { margin: 0 0 15px 0; }
ul {list-style-type: disc; margin-left: 15px; }
ol {list-style-type: decimal; margin-left: 0px; }
ol li{ margin: 0 0 8px 0; padding: 0; }

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{}