/* comments like this */

BODY
{
	MARGIN-TOP: 2;
	PADDING-TOP: 0;  
	BACKGROUND-COLOR: #FFFFFF ;  
}

BODY, P, TD, CENTER {
	font-family: sans-serif, arial, helvetica, verdana;
	font-size: 12pt;
	font-weight: normal;
	color: black;	
}

TD {
	font-size: 10pt;
}

PRE {
	font-family: courier;
}

A {
	text-decoration: none;
	color: #8C8A00;
}

/* #8b8b00; */

A:hover {
	color: #ACAA20;
}    

/* #cdcd00; */

TABLE {
	background: #FFFFFF;
}

TD.common {
	background: #EFEBEF;
}

TD.stuff {
	background: #F7F7F7;
}

TD.quality {
/*	background: #FFF763; */
	background: #FFFA89;
}

/* fff766; */

INPUT {
    font-weight: bold;
    color: #805960;
}

/* #FF0000; */

B {
    font-weight: bold;
}

.example {
    font-size: 90%;
    color: #505050;
}

.warning {
    color: #ff3333;
}

/* #FF2222; */

.small {
    font-size: 80%;
}

.bigger {
    font-size: 130%;
}

.welcome {
    font-size: 24pt;
}

.good {
    color: green;
}
.bad {
    color: red;
}

.nav {
    font-size: 12pt;
    font-weight: bold;
}

UL, LI {
  list-style: square inside;
}

