html {
	scrollbar-arrow-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FF9900;
    scrollbar-highlight-color: #FF9900;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FF9900;
    scrollbar-shadow-color: #000000; 
}

body {
	background-color: #FF9900;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100%;
	color: #FFFFFF;
}

h2 {
	font-family: "Monotype Corsiva", "Comic Sans MS", "Lucida Console", "Lucida Sans Unicode", "Microsoft Sans Serif", Verdana;
	font-size: 130%;
	font-style: normal;
	text-transform: lowercase;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.smallNavig {
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	font-style: italic;
	color: #000000;
}

.smallNavig a:link {
	text-decoration: underline;    
}

.smallNavig a:hover {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
}

.navigBar a:hover {
	text-decoration:none;
	background-color: #FF9900;
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	color: #333333;
	text-align: center;
	vertical-align: text-top;
}

.center {
	text-align: center;
}
