
body {
    text-align: center;
    background: #AB0006;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    color: #FF4F5E;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
.column_menu {
	background-color: #42648C; 
	height: 100%; 
	width: 250px; 
	border: none; 
	vertical-align: top; 
	text-align: left
}
.column_content {
	background-color: #42648C; 
	border: none; 
	height: 100%; 
	width: 550px; 
	vertical-align: top; 
	text-align: left
}
