/* Browser-Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, blockquote, a, form, input, textarea,
fieldset, legend, pre, div, span, button  { margin: 0;
                                            border: 0;
                                            padding: 0;
                                            background-color: transparent; }

img, a img, :link img, :visited img { padding: 0;
                                      border: 0;
                                      margin: 0;
                                      vertical-align: top; }
                                      
a:link, a:visited { color: #c68b25;
                    text-decoration: none;
                    outline: none;
                    border: 0; }
                                                
a:hover, a:focus, a:active { color: #000;
                             text-decoration: underline;
                             outline: none;
                             border: 0; }
                                                
ul, ol { list-style: none; }


/* Some SEO and other invisible things for the sake of enriched semantics and microformats */




/* Layout */

body { margin: auto;
	   width: 900px; }

h1 { font: bold 2.5em helvetica, sans-serif;
	 letter-spacing: 0.2em;
	 width: 645px;
	 padding: 30px 0 15px 15px; }
	 
h2 { font: bold 1.2em/2.5em helvetica, sans-serif;
	 margin: 20px 15px 0;
	 letter-spacing: 0.1em; }
	 
p { font: 0.9em/1.2em helvetica, sans-serif;
	margin: 0 25px 15px;
	text-align: justify; }
	
ul { font: 0.9em/1.4em helvetica, sans-serif;
	 list-style: square;
	 margin: 0 0 15px 40px; }
	 
ol { font: 0.9em/1.4em helvetica, sans-serif;
	 list-style:lower-roman;
	 margin: 0 0 15px 40px; }
	 
q { font: 0.9em/1.2em helvetica, sans-serif;
	margin: 0px 50px 15px;
	text-align: justify;
	display: block; }
	
q span { font: italic 0.9em/1.2em helvetica, sans-serif; }

abbr { cursor: help;
	   text-decoration: blink; }

.tooltip { font: 1em arial, sans-serif;
		   background-color: #e7b15f;
		   border: 2px solid black;
		   padding: 5px;
		   position:absolute;
		   display:none; }