body {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  background-image: url(http://www.piel.us/graphics/tux_penguin_trans.png);
  background-repeat: no-repeat; /*no-tiling background*/
  background-position: center;
  background-attachment: fixed;
  background-color: #D0D0D0;
  color : #000000;
  margin: 4px;
}

a:link {
	background:transparent;
	color:blue;
}

a:visited {
	background:transparent;
	color:#000077;
	text-decoration:none
}

a:hover {
	background:transparent;
	color:blue;
	text-decoration:underline
}

a.menu:active {
	background:transparent;
	color:blue;
	text-decoration:underline
}

a.menu:link {
	background:transparent;
	color:black;
	font:20pt "Arial";
	text-decoration:none
}

a.menu:visited {
	background:transparent;
	color:black;
	font:20pt "Arial";
	text-decoration:none
}

a.menu:hover {
	background:transparent;
	color:blue;
	font:20pt "Arial";
	text-decoration:none
}

a.menu:active {
	background:transparent;
	color:blue;
	font:20pt "Arial";
	text-decoration:none
}

a.menu:active {
	background:transparent;
	color:blue;
	text-decoration:underline
}

a.cmd:link {
	background:transparent;
	color:black;
	font:10pt "Arial";
	text-decoration:none
}

a.cmd:visited {
	background:transparent;
	color:black;
	font:10pt "Arial";
	text-decoration:none
}

a.cmd:hover {
	background:transparent;
	color:blue;
	font:10pt "Arial";
	text-decoration:none
}

a.cmd:active {
	background:transparent;
	color:blue;
	font:10pt "Arial";
	text-decoration:none
}

table.head {
	background:transparent;
	color:black;
	border-bottom:1px solid red
}

p.foot {
	background:transparent;
	color:black;
	font-weight: normal;
	font-size: x-small;
	line-height: 120%;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-stretch: normal;
}

table.info {
	background:transparent;
	color:black;
	font-weight: normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-stretch: normal;
}

table.foot {
	background:transparent;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color:black;
	border-top:1px solid red
}

table.builtwith {
	background:transparent;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color:black;
	border-top:1px solid red;
	text-align:center
}

table.tb_border {
	background:transparent;
	color:black;
	border-top:1px solid red;
	border-bottom:1px solid red
}

H1 {
  background:transparent;
  margin-top: 5;
  padding-top: 0em;
  margin-bottom: 0em;
  padding-bottom: 0em;
  border-bottom: thin solid gray;
	color: black;
	font-weight: normal;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-stretch: normal;
	font-size: 16pt;
}

