body {background-color: #000000; color: #32CD32; font-family: Helvetica, Verdana, Arial}




h1 {font-family: Kelt; font-size: 32pt; text-align: center; font-weight: bold}

h2 {font-family: Kelt; font-size: 22pt; text-align: center; font-weight: bold; text-decoration: underline}

h3 {font-family: Kelt; font-size: 18pt; text-align: left; font-weight: bold; text-decoration: underline}

h6 {font-family: Helvetica, Verdana, Arial; font-size: 12pt; text-align: left; font-weight: bold}

dt, dd, th, td {font-size: 12pt}

p {font-size: 12pt;}

p.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	text-indent: 0.5in
	font-size:12.0pt;
	font-family: Helvetica, Verdana, Arial;
	mso-fareast-font-family: Helvetica, Verdana, Arial;}

/* Custom Scroll Bar Properties*/
/* Size */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 10px 10px #000000; 
    border-radius: 0px;
}
 
/* Slider */
::-webkit-scrollbar-thumb {
    background: #004F00; 
    border-radius: 0px;
}

/* Hover over Slider */
::-webkit-scrollbar-thumb:hover {
    background: #32CD32; 
}

/* Buttons */
::-webkit-scrollbar-button {
    background: #CFAA14; 
    width: 15px;
    height: 15px;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #000000; 
    border-radius: 0px;  
}

