/* CSS definition file containing site wide stylesheets */
body {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #777777;
	scrollbar-arrow-color: #ffff00;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #777777;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	cursor: auto;
	color: #666666;
	}
.main{
  position:relative; top:0px; left:60px;
}
.Subheads {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: x-small
}

.Quotes {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	font-style: italic
}

.Footnotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

.Caption {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-style: italic
}

.Code {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	color: rgb(0,0,0)
}

.Credits {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	font-weight: bold;
 	text-align: center
}

H1 {
	font-size: x-large
}

H2 {
	font-size: large
}

H3 {
	font-size: medium
}

H5 {
	font-size: x-small
}

H6 {
	font-size: xx-small
}
a{
  text-decoration: none;
  color: #EEEEEE;
}
a:visited{
  color:#EEEEEE;
}
a:hover{
  color:#999341;
}
