body {
	scrollbar-face-color:#0099FF;
	scrollbar-track-color:#00CCFF;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-shadow-color:#000099;
	scrollbar-highlight-color:#33FFFF;
	scrollbar-3dlight-color:#33FFFF;
	scrollbar-darkshadow-color:#000099;
	overflow:auto;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	font-size: large;
	font-weight: bold;
	text-align: center;
	background-attachment: fixed;
	font-style: italic;
	background-color: #00CCFF;




}

.tab1 {
	vertical-align: middle;
	text-align: left;
	height: 55px;
	width: 25%;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}

.tab2 {
	border-style:none;
	text-align: left;
	vertical-align: middle;
	height: 55px;
	width: 40%;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
.tab3 {
	border-style:none;
	text-align: left;
	font-style: italic;
	font-size: x-small;
	font-weight: bold;
}
a:link {
	text-decoration:underline;
	height: auto;
	width: auto;
	color: #000099;
}

a:visited {
	text-decoration:underline;
	color: #000099;
}

a:hover {
	color:red;
	text-decoration:none;
	font-size: 1.3em;
}
