/* $Id: thomasledet-print.css,v 1.3 2005/07/05 23:32:57 thomas Exp $ */

BODY {
        color: black;
        padding: 0px;
        margin: 10px;
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

hr {
        height: 1px;
	color: #999999;
}

#page {
      background-color: #ffffff;
      text-align: center;
}

#header,#menu,#version,.menugroup {
	display: none;
}

#content {
      text-align: left;
      font-size: 10px;
      }

#pointlist {
      text-align: justify;
      }
      
#pointlist ul {
      padding-left: 15px;
      }
      
#pointlist ol {
      padding-left: 15px;
      }

.post {
      background-color: #eeeeee;
      text-align: justify;
      margin-bottom: 25px;
      }
      
.postmeta {
      font-size: 8px;
      color: #aaaaaa;
      text-align: right;
      border-bottom: 1px solid #ec6604;
      }
      
.postmeta h2 {
      margin: 0;
      padding: 5px;
      text-align: left;
      font-size: 18px;
      color: #000000;
      background-color: #cccccc;
      }

.posttext {
      margin: 0;
      padding: 10px 5px 5px 5px;
      font-size: 12px;
      border-bottom: 1px solid #cccccc;
      }

.postcategory {
      font-size: 8px;
      text-align: right;
      color: #aaaaaa;
      }      
                        
#footer {
background-color: #999999;
}
