BODY {
/*        background-color: #d0e0ff;*/
        background-color: #ccccff;
        color: black;
}

A:link { color: #1010e0; }
/*A:visited { color: #6565c0; }*/
A:visited { color: #336666; }

H1,H2,H3,H4,H5 { font-family: Georgia, Times, Serif; }
H1 { font-size: 155%; }
H2 { font-size: 150%; }
H3 { font-size: 140%; }
H4 { font-size: 120%; }
H5 { font-size: 90%; }

P,ul,table,tr,td,pre {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
        line-height: 140%;
	justify: left;

}

pre {
  font-family: Georgia, Verdana, Times, Sans-Serif;
  line-height: 150%;
}

TD.main {
        width=76%;
}

TD.side {
        width: 20%;
/*	background-color: #c0b0f0;*/
        background-color: #9999ff;
}

TD.spacer {
        width: 2%;
}

img {
	border: 0;
}

SPAN.grayedout {
	color: #666666;
}
