
body {
	scrollbar-3dlight-color: #FCCFFC;
	scrollbar-arrow-color: #174873;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	font-family: tahoma;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	cursor: crosshair;
	color: #4EA5C4;
	background-color: #D0D0D0;
}

.content {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.heading {
	font-family: Georgia;
	font-style: bold;
	font-size: 30px;
	color: #FFFFFF;
	position: absolute;
	left: 260px;
	bottom: 410px;
	text-align: left;
	 text-transform: uppercase; 
}

.footer {
	font-family: Georgia;
	font-style: bold;
	font-size: 30px;
	background-color: #019DB4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 35px;
	width: 100%;
}

img {border: none;}

a:link{
	font-family: tahoma;
	font-size: 11px;
	color: #174873;
	text-decoration: underline;
}

a:hover{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	cursor:ne-resize;
}


a:visited{
	font-family: tahoma;
	font-size: 11px;
	color: #174873;
	text-decoration: underline;
}

a:active{
	font-family: tahoma;
	font-size: 11px;
	color: #174873;
	text-decoration: underline;
}


