@import url(/css/print.css);
body {
   background: white;
   background-image:none;
   font-size:10pt;
   }
   
#print-preview-message {
	display:none;
}
.main-content {width:95%;_width:auto;}

#container, #container-inner, #content, #alpha, #alpha-inner {
   width: 100%;
   _width:auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
   }
  
div#content ul {
	margin:0;
	padding:10px 0;
	list-style:decimal;
}
   
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content .comment-content a:link:after, #content .comment-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content .comment-content a[href^="/"]:after {
   content: " (http://www.fodors.com" attr(href) ") ";
   }
   
