body {
	background-color: #fff;
	font-family: Helvetica, Sans-Serif;
	font-size: 32px;
	margin: 95px 30px 100px 22px;
	text-align: center;
	border-top: 22px dash #c00;	 
	}
	
h1, h2, h3,h4,h5, h6 {
		margin: 0;
		}

h1 {
	 font-size: 64px;
	 background-color: #cc0000;
	 color: #fff;
	 }
	 
h2 {
	 font-size:32px;
	 }
	 
#m {

	 text-align: left;
	 }
		
		
#p {

	 text-align: center;
	 }

a {
	color: #cc0000;
	}
	
h1 a {
	 color: #fff;
	 }
	
p {
	border-left: 12px solid #eee;
	padding-left: 24px;
	line-height: 40px;
	margin: 28px 0 ;
	}
	
p a {
	text-decoration: none;
	}
	
p a:hover {
	text-decoration: underline;
	}
	
img {
	border: 1px solid #666;
}

p.more {
border: none;
text-align: right;
}

p.more a {
			 font-size: 64px;
			 font-weight: bold;
			 }

p.auth {
			 border: none;
			 padding:0px;
			 margin-right: -150px;
}