@charset "utf-8";
a {
	color: #FF0000;
}
.bio {
	color: #00FFFF;
	position: absolute;
	top: 200px;
}
a:hover {
	color: #FF0000;
}
.orderLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.name {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
}
.call {
	font-size: 14px;
	font-weight: lighter;
}
.num {
	font-weight: bolder;
	color: #FF00FF;
	font-size: 14px;
}
.enter {
	font-size: 24px;
}
body {
	color: #FFFFFF;
	background-color: #0000FF;
}
