body {
	font-family:Arial, Helvetica, sans-serif;
	font-color: #000000;
	background: #CCFF66;

}
h2.u {
    color: #ff00ff;
    font-size: xx-large;
    font-weight: bold;
    font-stretch: narrower;
    margin-bottom: 0px;
    margin-top: 0px;
}
h3.u {
    color: #ff00ff;
    font-size: x-large;
    font-weight: bold;
    font-stretch: narrower;
    margin-bottom: 0px;
    margin-top: 0px;
}
a:link {
	color: #9900fF;
}
a:visited {
	color: #9900CC;
}
a:active {
	color: #9900Ff;
}
hr.divider {
    height: 10px;
    color: #006000;
    background: #006000;
    border-width: 0px;
}
hr {
    height: 1px;
    color: #006000;
    background: #006000;
    border-width: 0px;
}

