BODY	{font-family:arial;
	color:darkblue}

BLACK	{background:black}

B	{color:blue;
	font-weight:bold}

Q	{font-weight:bold;
	font-size:13px}

RIGHT	{align:right}

BIG	{color:seagreen;
	font-size:20px;
	font-weight:bold}

A:visited {text-decoration:none;
	color: teal;
	font-weight: bold;}

A:active {text-decoration:none;
	color: seagreen;
	font-weight: bold;}

A:link 	{text-decoration:none;
	color: teal;
	font-weight: bold;}

A:hover {text-decoration: underline;
	color: limegreen;
	font-weight: bold;}
