 body
 {
   font-family: helvetica, arial, geneva, sans-serif;
   font-weight: normal;
   font-size:12px;
 }

  table
  {
    text-align:center;
	background-color : #808080;
	margin-bottom:25px;
 }
 
  th
  {
    font-weight: bold;
	background:#e0e0e0;
  }
  
  th.admin
  {
    font-weight: bold;
	background:#c0c0c0;
  }
  
  td
  {
    font-weight: normal;
	background:#e0e0e0;
  }
  
  td.admin
  {
    font-weight: normal;
	text-align:left;
	background:#f0f0f0;
  }
  
  p.author
  {
    font-size:12px;
  }

  p.desc
  {
    font-size:12px;
	font-weight:bold;
  }

  p.hl
  {
    font-size:16px;
	font-weight:bold;
  }

  p.issue
  {
    font-size:11px;
  }

  .nb
  {
    font-size:9px;
  }

  h1,h2,h3
  {
	color : #008000;
  }