/* ontstyle.css : An external style sheet for Open!NOTES. */

/* background and text color */ 
BODY {
	background: #FFFFFF;
	color: #000000;
} 

/* colors for hypertext links */
A:link    {color: #3333FF}
A:visited {color: #993399}
A:active  {color: #663333}

/* background color for headers and footers */
TABLE.header TD, TABLE.footer TD {
	background: #000000;
}

/* text color for headers and footers */
TD.left FONT, TD.center FONT, TD.right FONT {
	color: #FFFFFF;
}

/* background and text color for headlines of base notes */
TD.head {
	background: #99CCFF;
	color: #000000;
}

/* background and text color for headlines of notes */
TD.body {
	background: #CCFFFF;
	color: #000000;
}

/* background and text color for texts of notes */
TD.foot {
	background: #FFFFFF;
	color: #333333;
}

/* space between lines of notes and help */
SPAN {
	line-height: 120%;
}

/* background color for figures on help */
TABLE.figure {
	background: #CCCCCC;
}

/* background and text color for messages after posting */
TABLE.message TD {
	background: #CCFFFF;
	color: #000000;
}

/* background and text color for error messages */
BODY.error TABLE.message TD {
	background: #FFCCCC;
	color: #000000;
}

/* color of rhomb marks */
TD.center FONT.rhomb {
	color: #00CCCC;
}

/* color of rhomb marks on error messages */
BODY.error TD.center FONT.rhomb {
	color: #FF3333;
}

/* color of '!' in 'Open!NOTES' */
TD.center FONT.bang {
	color: #FF3333;
}
