/*==============================*/
/*COLOR OF THE SCROLL BAR*/
BODY {
scrollbar-3d-light-color : #000000;
scrollbar-arrow-color : #F5DCC5;
scrollbar-base-color : #ff0000;
scrollbar-dark-shadow-color : #EFC310;
scrollbar-face-color : #000066;
scrollbar-highlight-color : #000088;
scrollbar-shadow-color : #ff0000;
}
/*==============================*/
/*==============================*/
/* CSS styles for the navigation bar text */
.navlink{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
}

.bannerright{
	font-family: verdana, san-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: right;
	padding-right: 20px;
}

/* CSS styles for the div in the left side cell of the navigation bar*/

.bannerleft{
	margin-left: 20px;
	color: white;
	fond-weight: bold;
	font-size: 14pt;
}

/* CSS styles for the navigation bar links */

a.fish:link{
	color: white;
	text-decoration: none;
}

a.fish:visited{
	color: white;
	text-decoration: none;
}

a.fish:hover{
	color: #99ccff;
	text-decoration: none;
}

/* CSS styles for the main body text links */

a:link{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #666666;
}

a:bover{
	color:#990000;
	text-decoration: underline;
}

/*==============================*/
/*==============================*/
/*SIDE FRAME*/
#reminder{
	background-color: #66CCFF;
	color:black;
	border: 3px dotted #333333;
	}
#leftframe{
	background-color: white;
	color:blue;
	border: 3px dashed #333333;
	}
/*==============================*/
/*==============================*/
/*HOME PAGE*/
#homeverse{
	background-color: black;
	color:#66CCFF;
	border: 5px dashed #333333;
	width: 310px;
	height: 100px;
	}