
BODY.banana { 
  background: white; 
  color: black; 
  background-image: url(tv.png);
  background-repeat: no-repeat;
  background-position: left center;
}

BODY.frontpage { 
  margin: 10px 10px 10px 10px;
  background: white;
  color: black;
}

BODY.mandrake { 
  background: white;
  color: black;
  font-family: "Arial", "Helvetica", sans-serif;
}

IMG.telly { 
  float: left;
  top-margin: 100px;
  border: thick black;
}

DIV.sidebar { 
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
  margin-left: 500px;
  padding: 10px;
}

P.fixedbottom { 
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  text-align: right;
  margin-top: 10%;
}

P.maintitle {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 32pt;
  font-style: bold;
}

h2.mandake { 
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  font-style: bold;
}


A.links:hover{color:#333300;}
A.noblue {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight:normal;
  color: #000000; 
  text-decoration: none
}
A.noblue:hover	{
  color:#444444; 
  text-decoration: underline;
}

A { 
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight:normal;
  color: #0000ff; 
  text-decoration: none
}
A:hover	{
  color:#ff0000; 
  text-decoration: underline;
}

A.title {
  font-weight:normal;
  color: #000000;
  text-decoration: none
}

div.index {
	float: right;
	background-color: #eeeeee;
	border: 1px solid black;
	padding: 0.4em;
}

.added { font-size: 10px; }
.updated { font-size: 10px; }
#img.central { align: middle; vertical-align: middle; }

.code {
	border: solid 1px black;
	padding: 0.8em;
	background-color: #eeeeee;
	color: #000000;
}

