/* @override http://montmartre.porsch2.vss.kapper.net/voting_script/stil.css */

  h3 {
	color: #d5d5d5;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

  h4 {
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      margin-top:5px;
      text-align:center;
	color: #fffeff;
}

  h5 {
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      margin-top:50px;
      margin-bottom:5px;
      text-align:center;
      font-size:11pt;
	color: #fffeff;
}

body {
	background-color: #000;
	color: #d5d5d5;
	margin-left: 15px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, td, br, form, ol, {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fffeff;
}
      
      a {
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      font-size: 9pt;
	color: #d5d5d5;
}

  .chapter {
      width:650px;
      border-width:1px;
      border-style:solid;
      border-color:#000000;
      margin-left:50px;
      padding:10px;
      margin-bottom:20px;
      background-color:#E6F2CC;
      line-height:14pt;
      }

  .code {
      font-family:Courier New;
      }

  .codebold {
      font-family:Courier New;
      font-weight:bold;
      }

  .links {
      width:650px;
      margin-left:50px;
      margin-bottom:10px;
      text-align:center;
      line-height: 25px;
	color: #fffeff;
}


