BODY {
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	margin: 10px; 
}

A:link {
	color: rgb(0,255,0);
	text-decoration:none;
}

A:visited {
	color: rgb(0,240,0);
	text-decoration:none;
}

A:active {
	color: rgb(0,255,0);
	text-decoration:none;
}

A:hover {
	color: rgb(0,0,0);
	background: rgb(0,255,0);
}

IMG {
	border-color: rgb(0,0,0);
}

.kop {
        font-family: courier, bookman;
        color: rgb(0,0,0);
        font-size: 12pt;
	font-weight: bold;
        text-align: left;
}

.normal {
	font-family: courier, bookman;
	color: rgb(0,0,0);
	font-size: 10pt;
	text-align: left;
	margin-bottom: 20px;
	width: 600px;
}

.klein {
	font-family: courier, bookman;
	color: rgb(0,0,0);
	font-size: 6pt;
	text-align: left;
	margin-bottom: 20px;
	width: 600px;
}

.footer {
   position:absolute;
   bottom:0;
   height:20px;   /* Height of the footer */
   width: 100%;
   text-align: right;
   background: rgb(0,255,0);
   color: rgb(0,0,0);
}

.small {
	font-family: arial, helvetica, sans-serif;
	color: rgb(192,192,192);
	font-size: 8pt;
	margin-bottom: 5px;
}

.siteTitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: rgb(255,255,128);
	margin-left: 10px;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 24pt;
	color: rgb(255,160,0);
	text-align: center;
	margin-bottom: 20px;
}

.hugeLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 24pt;
	text-align: center;
	margin-top: 20px;
}

.entryImage {
	text-align: center;
	margin-top: 150px;
}

TEXTAREA {
	color: rgb(192,192,192);
	background: rgb(48,48,48);
	border-width: 1px;
	border-style: inset;
	border-color: rgb(96,96,96);
}

INPUT {
	color: rgb(192,192,192);
	background: rgb(48,48,48);
	border-width: 1px;
	border-style: outset;
	border-color: rgb(96,96,96);
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 4px;
}

.code {
	font-size: 8pt;
	font-family: lucida console, courier, monospace;
}


