/* CSS Document */

body {
background: #E84F01;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 25px;
	color: #FFFFFF;
}
a:link {
color: #FF9933;
text-decoration: none;
}
a:visted {
color: #FF9933;
text-decoration: none;
}
a:active {
color: #FF9933;
text-decoration: none;
}
a:hover {
color: #FF9933;
text-decoration: underline;
}
.image {
	float: left;
	margin: 10px;
}