body {
	margin: 0;
	padding: 0;
	background:#fff;
	font-size: 13px;
font-family:"Times New Roman", Times, serif;
	color: #000;
	
}
h1, h2, h3 {
	font-weight: normal;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #888;
}
#newspaper {
background:url(img/back.jpg) no-repeat top left fixed;
}
#newspaperout {
width: 800px;
margin:15px auto;
background: #fff;
border:1px solid #000;
}
#topmag {
width:798px;
height:150px;
border-bottom:1px solid #000;
}
#topmag h1{
text-align:center;
font-size:70px;
/*margin:0px 155px;*/
margin:0;
padding:35px 0px 5px 0px;
width:100%
}
#topmag h1 a{
color:#000;
text-decoration:none;
}
#magazine{
float:left;
width:520px;
border:1px solid #000;
border-top:0px;
border-bottom:0px;
border-left:0px;
}
.mag-title{
color:#000;
font-size:30px;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}
.mag-meta{
font-size:15px;
margin-right:25px;
padding:5px;
margin-left:10px;
margin-top:5px;
margin-bottom:35px;
background:#f3f3f3;
}
.mag-content{
font-size:17px;
padding:10px;
padding-left:15px;
line-height:20px;
margin-top:-30px;
}
#mag-right{
float:left;
width:277px;
}
#mag-right h3{
margin:8px 45px;
padding:8px;
text-align:center;
font-size:30px;
}
#mag-right ul{
font-size:16px;
margin-left:20px;
margin-left:50px;
}
#mag-right li{
padding:10px;
margin:2px 30px 2px -5px;
}
#mag-right a{
text-decoration:underline;
}
#mag-right a:hover{
text-decoration:none;
}
#mag-bottom{
height:50px;
clear:both;
border-top:1px solid #000;
}
#mag-bottom p{
font-size:14px;
padding-top:5px;
line-height:20px;
}
#mag-bottom a{
color:#000;
}