body {background-color: #151515;
      font-family : fixed ;
      font-size : 13px;}

#header{background-color: #1c1c1c;
	border: 1px solid #343434;
    font-family : helvetica;
    font-size : 26px;
	line-height: 60px;
	text-align: center;
	margin: 40px auto auto auto;
    width: 720px;
	height: 60px;}

#content {color: #757575;
	  background-color: #1c1c1c;
	  border: 1px solid #343434;
	  font-size : 13px;
	  line-height: normal;
          width: 720px;
	  margin: auto;
	  margin-top: 20px;
          height: auto;}

#content p {margin-top: 10px;	
	    padding: 0 10px 0 10px;}

.end {font-family : fixed;
      font-size : 16px;
      color: #888;
      text-align: center;
      margin-top: 10px;}

.date {font-family : fixed;
       font-size : 16px;
       color: #888;
       text-align: left;
       margin-top: 10px;}

#content img {margin-left: 60px;
			  margin-bottom: 20px;
			  border: 8px solid #444;}

a:link {
color : #888;
}
a:active {
color : #181818;
text-decoration : none;
}
.content a:visited {
color : #181818;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
