/* All the content boxes belong to the content class. */
.content {
	position: relative;
	width: auto;
	margin: 0px 0px 20px 0px;
	background-color: white;
	padding: 10px;
	}
.content a {
    text-decoration: none;
    color: #000000;
    }
.content a:hover {
    text-decoration: underline;
    background-color: Transparent;
    color: #a86a15;
    }
#leftbar,
#rightbar 
{
	display: none;
}