A
{
	color : rgb(0, 0, 175);
	font : bold 14px Times New Roman;
	text-decoration : none;
}

A :visited
{
	color : rgb(0, 50, 125);
	font : bold 14px Times New Roman;
}
A :hover
{
	font : bold 14px Times New Roman;
	text-decoration : underline;
}

.main
{
	background : "F0FFF0";
	font-size : 14px;
	font-family : Times New Roman;
}

.main :hover
{
	text-decoration : underline;
}

.link
{
	color : rgb(0, 0, 175);
	font : bold 14px Times New Roman;
}

.link :visited
{
	color : rgb(0, 50, 125);
	font : bold 14px Times New Roman;
}

.link :hover
{
	font : bold 14px Times New Roman;
}
.side
{
	color : rgb(255, 255, 255);
	font : bold 12px Arial;
	text-decoration : none;
}

.side :visited
{
	color : rgb(175, 200, 175);
	font : bold 12px Arial:
}
.side :hover
{
	color : rgb(255, 255, 0);
	font : bold 12px Arial;
	text-decoration : none;
}

BODY
{

	scrollbar-base-color : rgb(185, 220, 185);
	scrollbar-face-color : rgb(0, 100, 0);
	scrollbar-shadow-color : rgb(25, 80, 25);
	scrollbar-highlight-color : rgb(150, 200, 150);
	scrollbar-3dlight-color : rgb(150, 220, 150);
	scrollbar-darkshadow-color : rgb(20, 70, 20);
	scrollbar-track-color : rgb(200, 230, 200);
	scrollbar-arrow-color : rgb(200, 245, 200);
	background : #E1F5E1;
	color : #000000;
}

.spells
{
	color : rgb(255, 255, 255);
	font : bold 13px Arial;
	text-decoration : none;
}

.spells :hover
{
	color : rgb(255, 255, 0);
	font : bold 13px Arial;
	text-decoration : none;
}