/* @override localhost:8000/static/css/styles.css */

body{

background: #fefefe;
color:#000;
font: 16px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

a{

color: #000;
text-decoration: none;

} a:hover{

color: #BB0707;

}

h1, h2, h3, h4, h5, h6{

font-weight: normal;
font-style: normal;

}

.wrapper{

width: 600px;
margin: 0 auto;
background:#fff;
border: 3px solid #ddd;

}

header, footer, content{

padding: 25px;

}

header{

border-bottom: 1px solid #000;
padding-bottom:15px;

}

header h1{

background:#000;
display: block;
line-height: 40px;
margin-left: -25px;
margin-top: -25px;
padding: 25px 0;
width: 600px;
border-bottom: 5px solid #ddd;
text-align: center;

}

header h1 a{

color: #fff;

}

footer{

border-top: 5px solid #ddd;
background:#000;
color: #656565;
font-size: 14px;
text-align: center;

} footer a{color: fff;}