body, div, a, span, li, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

body {
	background-color: #CC3333;
	margin: 0px;
	padding: 0px;
}

#announcementBox {
	color: #FFFFCC;
	position: absolute;
	left: 25%;
	top: 10%;
	background-color: #FF9966;
	padding: 25px;
	text-align: center;
	border-top: 15px solid #FF0000;
	border-right: 5px solid #FF0000;
	border-bottom: 15px solid #FF0000;
	border-left: 5px solid #FF0000;
	height: 300px;
	width: 550px;


}

#w3clogos {
	position: absolute;
	top: 90%;
	left: 10px;
}

#logo {
	border: 1px dashed #000000;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
