body {
	margin: 0;
	padding: 0;
	font-size: large;
	font-family: "Lucida Grande", Verdana, sans-serif;
    text-align: center;
	background-color: #ff9900;
    color: #333;
}
.content {
    background: #fff;
    padding: 10px 0 0 0;
}
p {
    margin: 5px 70px 5px 70px;
}
a {
    text-decoration: none;
    color: #660000;
    font-weight: bold;
}
a:hover {
    color: #cc0000;
}
.bar-top {
    height: 60px;
    margin: 0 0 10px 0;
}
.bar-bottom {
    height: 80px;
}
.logos {
    background: #ccc;
    margin: 10px 0 0 0;
    padding: 10px;
}
