BODY, P
	{
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 80%;
		font-weight: normal;
		color: rgb(0,0,0)		/* black */
	}
A:link 
	{
		color: rgb(0,102,255);		/* blue */
		text-decoration: none   /* hyperlinks are NOT UNDERLINED */
	} 
A:visited
	{
		color: rgb(0,102,255);			/* blue */
		text-decoration: none
	}
A:active
	{
		color: rgb(128,128,128);				/* gray */
	}
A:hover
	{
		color: rgb(204,0,0);				/* red */
		text-decoration: underline
	}
h1, h2, h3, h4, h5, h6
{
	font-family: "Arial", "Helvetica", sans-serif;
}
h1
	{
		font-size: 125%;
		font-weight: normal;
		color: rgb(0,0,160)		/* IL-C blue */
	}
h2
	{
		font-size: 125%;
		font-weight: normal;
		color: rgb(128,128,64)	/* dark olive */
	}
h3
	{
		font-weight: bold;
		font-size: 95%;
		color: rgb(0,0,0)			/* black */
		}
h4
	{
		font-weight: bold;
		font-size: 80%;
		text-decoration: underline;
		color: rgb(0,0,0)		/* black */
	}
h5
	{
		font-weight: bold;
		font-style: italic;
		font-size: 80%;
		text-decoration: underline;
		color: rgb(0,0,0)			/* black */
	}
h6
	{
		font-size: 60%;
		text-decoration: none;
	}