
/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body{font:normal 80%/1.5 Arial, Verdana, Helvetica, sans-serif; color:#eeeeee;
}
a:focus{outline:1px dotted invert;}
hr{border:0 #666666 dotted; border-top-width:1px; clear:both; height:0; margin:20px 10px 0px 10px; padding-top:5px;}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1{font:2em "Georgia","Times", serif; color:#eeeeee;}
h2{font:normal 1.4em Georgia,Times,serif; color:#eeeeee;}
h3{font-weight:bold;}
h4{text-transform:uppercase; letter-spacing:0.33em;}
h5{font-size:17px;}
h6{font-size:15px;}

/* Spacing
----------------------------------------------------------------------------------------------------*/
ol{list-style:decimal;}
ul{list-style:none;}
li{margin-left:20px;}

p, 
dl, 
hr, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
ol, 
ul, 
pre, 
table, 
address, 
fieldset{margin-bottom:10px;}

/* ------------------------------------------------------------------------------
									   LINKS - a -
--------------------------------------------------------------------------------*/
a {color:#ffffff;}
a:link {color:#ffffff;}
a:visited {color:#ffffff;}
a:hover {color:#99ccff;}
a:active, a:focus {color:#6699cc;}

/* Other
----------------------------------------------------------------------------------------------------*/
.oldie {font:normal italic  1.4em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;}

