BODY {
        background: white;
        color: black;
}
A:link { color: blue }
A:visited { color: blue }

H1.center {
	text-align: center;
}


DIV.test {
        background: #EEF;
        color: blue;
        padding: 1em 2em 0.5em 2em;
        border-width: 0 0 thick 0;
        border-style: solid;
        border-color: navy;
        margin: 0 0 1em 0;
        text-align: center;
        margin-left: 2em;
        text-indent: 1em;
/*      font-size: 1em; # IE 3.0 $BBP:v(B
 *      line-height: 130%;
 *      margin: 1em 0; # IE $BBP:v(B
 */
SPAN.smily {
        font-family: monospace;
}

DIV.display {
        background: #FFFFFF;
        color: black;
        padding: 0.5em;
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: blue;
        margin-left: 1em;
}

DIV.top {
	text-align: center;
}

DIV.center {
	text-align: center;
}

DIV.right {
	text-align: right;
}

DIV.left {
	margin-left: 2em;
}

DIV.icon1 {
	text-align: center;
	border-width: 0 0 0 0px;
	border-color: white;
}

DIV.icon2 {
	border-width: 0 0 0 0px;
}

SPAN.red {
	color: red;
}

SPAN.small {
	font-size: smaller;
}

SPAN.left {
	margin-left: 2em;
}
