@charset "UTF-8";
/* CSS Document */





#article{
	float:left;
	padding:10px 0px 10px 20px;
	width: 650px;
    font-size:18px;
    line-height:2rem;
	margin-left:60px;
	text-align:left;
	border-right:2px solid #666;
    
}

#rightNavSidebar{
    
    float:right;
    margin-right:2rem
}

.columns{
	font-weight:bold;
	letter-spacing:1px;
    
	
}

table.listings{
	text-align:left;
	color:#C00;
	background-color:#000;
	line-height:30px;
}

table.listings tr td{
padding-left:6px;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #c00;
}
a:active {
	text-decoration: none;
	color: #999999;
}

 button{
        font-size:20px;
        background-color:#333;
        color:black;
    }

 tr{
	height:40px;	
}

  img.sized{
        width:100%;
        max-width: 600px;
    }






