body {
	background-image: url(200.gif);
	cursor: url("drone.cur"),auto;
}

#header {
	color: #0080ff;
	font-size: 25px;
	font-weight: 800;
	font-family: Verdana;
	text-align: center
	margin-top: 25px;
	border-bottom-style: double;
	border-bottom-color: #0000c0; 
	border-bottom-width: 15px;
}

#title {
	background-color: #0000c0;
	border-radius: 5px;
}
 
#assignments {
	margin: auto;
	width: 60%;
	margin-top: 50px;
	padding: 10px;
	padding: 10px;
	text-align: center;
	background-color: #0080ff;
	border: 5px ridge #0000c0;
	color:#0000c0;
	font-family: Verdana;
	font-weight: bold;
	box-shadow: -5px -5px 5px #0000c0;
}

a {
	color:#c00000;
	font-family: Verdana;
	text-decoration: none;
	background-color: #0000c0;
	border-radius: 5px;
	padding: 5px;
}

a:hover /*CSS Rollovers*/{
	color: #0000c0;
	text-decoration: none;
	background-color: #c00000;
	border-radius: 5px;
	padding: 5px;
}

#drone1 {
	margin-top: -150px;
	float: left;
}

#drone2 {
	float: right;
	margin-top: -150px;
}

#choices {
	background-color: #0080ff;
	padding: 10px;
	margin: auto;
	margin-top: 35px;
	width: 80%;
	border: 5px ridge #0000c0;
	text-align: center;
	color: #c00000;
	font-family: Verdana;
	box-shadow: -10px -10px 5px #0000c0;
	font-weight: bold;
}

#css {
	color: #0000c0;
}
#span {
	color: #0080ff;
	background-color: #0000c0;
	border-radius: 5px;
}

