BODY {
	background-color : #FFFFCC;
	font-family : sans-serif;
	color : Black;
}

,calendar {
 font-size : smaller;
}

.brightred {
	color: Red;
	font-size: larger;
}

.strike {
	text-decoration : line-through;
}

.underline {
	text-decoration : underline;
}

.centered {
	text-align : center;
}

.left {
	text-align : left;
	font-size: larger;
}

.leftsmall {
	text-align : left;
}

.right {
	text-align : right;
}

.underlined {
	text-decoration : underline;
}

.bold {
	font-weight : bold;
}

.larger {
	font-size : larger;
}

B {
	font-size: larger;
	color : Navy;
}

A {
	text-decoration : none;
	color : Navy;
	font-weight : bold;
}

:HOVER {
	color : Blue;
}

H1, H2, H3, H4, H5 {
	color : Navy;
	text-align : center;
}

TH {
	color: Navy;
}

TD {
	color: Black;
}




