﻿#body_content
{
	width:889px;
	margin: 0 auto;
	background-color:Black;
	border-left: solid 1px #ec1c24;
	border-right:  solid 1px #ec1c24;
	padding: 30px;
}

a, a:visited, a:hover, a:active
{
    color:White;
}

ul
{
    list-style-type: none;    
}

li 
{
    margin-bottom: 1em;
}

ul.unbulleted 
{
    list-style-type: disc;
}

div.readable 
{
    font-size:larger;
}
