(cssref.css)
body{
	background:#ffffff;
}

strong{
	color:red;
}

.titlefont{
	color:#FF0033;
        font-weight:bold;
	font-size:large;
}

.impactfont{
	color:#FF0033;
        font-weight:bold;
	font-size:small;
}

.smallfont{
        line-height:13pt;
	color:#333333;
	font-size:9pt;
}

.redfont{
        line-height:13pt;
	color:#CC3300;
	font-size:10pt;
}

body,td,th{
        line-height:13pt;
        color:#333333;
        font-size:11pt;
}

hr{
	color: #FF9999;
	border-style: solid;
	width: 100%;
	height: 2;
}

a:link{
    color:#FF0033;
}

a:active {
    color:#FF0033;
}

a:visited{
    color:#FF0033;
}

a:hover{
    color:#FF9999;
}
