@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #efeeee;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.content {
	padding:20px;
}
.content h3 {
	margin-top:0px;
}
.content a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.address {
	color: #ffffff;
	font-size: 13px;
	text-align: right;
	padding:30px;
}
.author {
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	padding-right:30px;
}
.author a {
	color: #ffffff;
	text-decoration: underline;
}
.author a:hover {
	text-decoration: none;
}
.jobTicker {
	padding:20px;
}
.jobTicker a {
	color: #000000;
	text-decoration: underline;
}
.jobTicker a:hover {
	text-decoration: none;
}
