/*

This document is written to CSS1

*/

BODY {background:white; color:black}

H1 {text-align:center; 
	text-decoration:underline; 
	font-family:sans-serif}
H2 {text-align:left; font-family:sans-serif}

DT {color:#0000FF; background:$FFC0C0}

/* links are red by default: they should be classified always as onsite
or offsite, which will override this red coloring */

/*
A:link {text-decoration:none; color:#0000FF; background:#FFC0C0}
A.onsite:link {color:#0000FF; background:#C0C0FF}
A.offsite:link {color:green; background:#C0FFC0}
*/

/*
A {text-decoration:none; color:#0000FF; background:#FFC0C0}
A.onsite {color:#0000FF; background:#C0C0FF}
A.offsite {color:green; background:#C0FFC0}
A.nav {color:#808000; background:#FFFFC0}
*/

/*
A:link {color:green; background:#C0FFC0}
A.nav {color:#808000; background:#FFFFC0}
*/

/* program code appears with a yellow background. 
The version class is for RCS and other version info.
*/

CODE {background:#FFFFAA}
CODE.version {background:white; color:red; font-size: 80%}

.floating {float:left}

H2 IMG {float:left}

P.smallprint {font-size: 50%}

