body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%;
}

table {
    font-size: 95%;
}

a:active, a:link, a:visited, a:hover {
    color: #00FF00;
	text-decoration : none;
}

a:hover {
    text-decoration: underline;
}

h1, h3 {
    color: #FFFF33;
}

b {
    color: #FFFF99;
}

input, textarea, select {
    color: #FFFFFF;
    background-color: #000000;
    border-left: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
    border-top: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.buttonstyle {
	color: #000000;
	background-color: #00FF00;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.puljetext {
    font-size: 70%;
    color: #000000;
}

.wrong {
    color: #FF0000;
}

.heading {
    color: #FF8000;
}

.correct {
    color: #008000;    
}

.greenline {
	color: #99FF66;
}

.smalltext {
    font-size: 80%;
}

.minitext {
    font-size: 70%;
}

