/*-- Cascading Style Sheet: style100.css --*/
/*---------- For index.htm page ----------*/

body { background: #000040; 
	background-image: url(../graphics/bg033.jpg);
	background-repeat: repeat;
	margin-top: 2%; 
	font-family: Verdana, Arial, Georgia }
a:link    { color: #0033ff }
a:active  { color: #0033ff }
a:visited { color: #0033ff }
a:hover   { color:red }
h4 { color: #99ffff; font-size: 11pt; text-align: center } 
h6 { color: #000066; font-size: 6pt; text-align: center }
p { color: #0099ff; font-size: 8pt; text-align: center }

body {
scrollbar-arrow-color: #00ffff;
scrollbar-base-color: #0099cc;
scrollbar-dark-shadow-color: #006699;
scrollbar-track-color: #000066;
scrollbar-face-color: #000099;
scrollbar-shadow-color: #006699;
scrollbar-highlight-color: #003399;
scrollbar-3d-light-color: #0099cc; }


