@import url(layout.css);@import url(content.css);@import url(footer.css);@import url(links.css);@import url(lists.css);@import url(comments.css);@import url(sidebar.css);/* ---( page defaults )--- */body {	margin: 0;	padding: 0;	font-family: "Arial Narrow", "Lucida Sans", sans-serif;	text-align: center;	color: #333;	background: #820112;  }blockquote {  margin: 0 0 0 30px;  padding: 10px 0 0 20px;  font-size: 9pt;  color: #666;  background: url(../../i/quotes.gif) no-repeat top left;  }blockquote p {  margin-top: 0;  }abbr, acronym {  cursor: help;  font-style: normal;  border-bottom: 1px dotted;  }code {  color: #f63;  }hr {  display: none;  }img {  border: none;  }/* ---( header and site name )--- */#blog-header {	background-image: url(http://www.ddmmyyyy.org/i/tp_fg03.gif);	background-repeat: no-repeat;	height: 99px;	width: 599px;	background-position: right;	padding: 0px;  }#blog-header h1 {	text-shadow: #81A75B 2px 2px 2px;	display: none;  }#blog-header h1 a {  text-decoration: none;  color: #fff;  }#blog-header h1 a:hover {  color: #eee;  }