@charset "utf-8";
html, body {
	height: 100%;
}
body {
  font-size: 14px;
}


a:link {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	}
a:visited {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: underline;
	}
a:hover {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	}
.nav a:link {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #007AF4;
	text-decoration: underline;
	}
.nav a:visited {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #6633FF;
	text-decoration: underline;
	}
.nav a:hover {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #2894ff;
	text-decoration: none;
	}

#centeredcontent {
	width: 500px;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -250px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: 0px;
	/* Half the height of the DIV tag which is also 50 pixels */
}
#centeredcontent2 {
	width: 500px;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -250px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -20px;
	/* Half the height of the DIV tag which is also 50 pixels */
}

