/* basic elements */

body { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px; 
	}
p { 
	margin-top: 0px; 
	text-align: justify;
	}
pre {
        font-family: Courier, monospace;
        font-size: 9pt;
        margin-left: 0;
       }

h1 { 
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #964f4f;
        }

h2 {
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: italic normal 12pt georgia; 
	font-weight: normal;
	letter-spacing: 1px;
  	color: #961E1E;
      }

h3 {
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: italic normal 10pt georgia; 
	font-weight: normal;
	letter-spacing: 1px;
  	color: #961E1E;
      }

img#floatleft { padding-right: 10px}
img#floatright { padding-left: 10px}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #961E1E;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #964f4f;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #961E1E;
	}

table {
        width: 80%;
        margin-right: auto;
        margin-left: auto;  
        page-break-inside: avoid;
        border-style: ridge;
        padding: 10px;
     }
.caption {
        font-size: 10pt; 
        font-style: italic;
        font-family: "Times New Roman", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        }

/* specific divs */

#banner {display: none}

#content { 
	padding: 0;  
        border: 0;
	margin: 0 5%; 
        width: auto;
	}

#sidepanel {display: none}
#googleadvertisement {display: none}
#statcounter {display: none}
#googlesitesearch {display: none}
#bookpanel {display: none}


#navigation { display: none}
