body {
  background:	#ffffff;
  color:	#000080;
}

h1, h2, h3, h4, h5, h6, th, td, p, ul, ol, li
{
  font-family : "Helvetica", "Times New Roman";
  color       : #000000;
}

th, td, p, ul, ol, li
{
  font-size   : 11pt;
}


a {
  font-family : "Helvetica", "Times New Roman";
}
a:link { color : #ff0000; }
a:visited { color : #006600; }

.command {
	font-family: "Courier", "fixed";
	color : #99ff00;
}


.fat_block {
  background: #cccccc;
  color: #000000;

  font-size: 150%;
  padding: 1cm;
  text-align: center;
  margin-left: 3cm;
  margin-right: 3cm;
}

.md {
  background: #eeeeee;
  font-size: 125%;
}

.mdname1 {
  background: #eeeeee;
  font-size: 125%;
  color: #ee33cc;
}