BODY
{
	FONT: x-small Trebuchet MS, Verdana, Arial;
	Font-Weight : bold;
	margin-left: 0px;
	background-repeat : repeat-y;
	background-image : url(../images/background2.gif);
	color : White;
	background-color : Black;
}

P
{
	FONT: small Trebuchet MS, Verdana, Arial;
	Font-Weight: Bold;
	color : White;
}

TH
{
   FONT: small Trebuchet MS, Verdana, Arial
}

TD
{
   FONT: small Trebuchet MS, Verdana, Arial
}

LI
{
	DISPLAY: list-item;
	FONT: small Trebuchet MS, Verdana, Arial;

}


STRONG
{
    FONT-WEIGHT: bold
}

I
{
    FONT-FAMILY: Trebuchet MS, Verdana, Arial;
    FONT-SIZE: small;
    FONT-STYLE: italic
}

A:link
{
	COLOR: Yellow;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
	FONT-SIZE: large;
	TEXT-DECORATION: underline
}

A:visited
{
	COLOR: Silver;
	FONT-FAMILY: "Comic Sans MS";
	FONT-SIZE: large;
	TEXT-DECORATION: underline;
}

A:hover
{
	COLOR: Aqua;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
	FONT-SIZE: large;
	TEXT-DECORATION: underline
}

