BODY {
	color :Black;
}

.Blue {
	color : #0000FF;
}

.Red {
	color : Red;
}

.Brown {
	color : #800000;
}

.Black {
	color: Black;
}

.Green {
	color: #004000;
}

.White {
	color : White;
}

A:LINK {
	color: Purple;
}

A.VISITED {
	color: Brown;
}

A:HOVER {
	color : Blue;
}

.FS1 {
	font-size : smaller;
}

.FS1x  {
	font-size: xx-small;
}

.FS1xb {
	color: Black;
	font-size : xx-small;
}

.FS1b {
	font-size: smaller;
	color : Black;
}

.FL1 {
	font-size : larger;
}

.FL1B {
	font-size : larger;
	font-weight : bold;
}

.FL2 {
	font-size : large;
}

.FL2B {
	font-size : large;
	font-weight : bold;
	color : Black;
	font-family : "Comic Sans MS";
}

.FL3 {
	font-size : x-large;
}

.FL3B {
	font-size : x-large;
	font-weight : bold;
}

.FL4 {
	font-size : xx-large;
}

.FL4B {
	font-size : xx-large;
	font-weight : bold;
}


HR.77 {
	width : 70%;
	color : #990099;
	height : 7px;
}

HR.7F {
	color : #990099;
	height : 7px;
}

HR.5F {
	color : #990099;
	height : 5px;
}

HR.55 {
	width : 70%;
	color : #990099;
	height : 5px;
}