/* $Id: local.css,v 1.3 2002/11/03 01:32:34 marvin Exp $ */

a {
	color: #00ff00;
/*	background-color: black; */
}
a:hover {
	color: #00ff00;
	background-color: #004000;
}


span.prompt {
	color: #00ff00;
	background-color: black;
}

span.blink {
	text-decoration: blink;
}

table.main {

}


td.headline-frame {
	vertical-align: top;
	background-image: url(lines.png);

}
p.headline {
	font-size: 24px;
	font-weight: bold;
	color: #00ff00;
	background: none;
	padding: 10px 30px 10px 30px;
}

span.question {
	font-weight: bold;
}

span.answer {
	font-style: italic;
}

p.copyright {
	font-size: 12px;
}

p.index {
	padding-top: 2cm;
	text-align: center;
}

td.nav {
	width: 20%;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 4cm;
	border-top: 1px solid #00fe00;
	border-bottom: 1px solid #00fe00;
}
td.bar {
	text-align: center;
	color: black; /* no color needed, no text, just remove warnings */
	background: black url(bar.png) repeat-y;
	width: 32px;
	border-top: 1px solid #00fe00;
	border-bottom: 3px solid #00fe00;
}
td.contents {
	vertical-align: top;
	padding-left: 10px;
	border-top: 1px solid #00fe00;
	border-bottom: 1px solid #00fe00;
/*	border-right: 1px solid #00fe00; */
}
td.headline {
	vertical-align: top;
	border-top: 1px solid #00ff00;
	width: 1%;
}

body {
	color: #00ff00;
	background: black;
        background-image: url(pictures/motoko7.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
