/*This style sheet is simple.  The intention is to make the link colors blend with the text and background a little better, without interfering with the expected colors so much as to make it less intuitive.*/

/*Handy reminder = hex color #660000 is RGB 102-0-0.*/


body {background-color:#e6e6ff;
	background-image:url(tile.bmp);
	color:#333366;
	font-family:helvetica,arial,sans-serif;
	font-style:normal;
	}
th {background-color:#333366;
	color:#eeeeff;
	}
.title1	{font-family:helvetica,arial,sans serif;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	}
.title2	{font-family:helvetica,arial,sans serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	}
.bold	{font-weight:bold;
	}
#footer {font-size:xx-small;
	text-align:center;
	}
#current{font-weight:bold;
	font-size:large;
	color:#ffffff;
	text-align:center;
	}

a:link	{color:#3333cc;}
a:visited{color:#990066;}
a:hover	{font-weight:bold;
	}
a:active{color:#990066;}
.tm	{font-size:xx-small;
	vertical-align:super;
	}
.menu	{text-decoration:none;
	background-color:#006633;
	color:#ffffff;
	text-align:center;
	}
