
span a:link { font-weight:bold; text-decoration:none; }
span a:visited { font-weight:bold; color:#202020; text-decoration:none;}
span a:hover { font-weight:bold; color:#808080; text-decoration:none;}
span a:focus { font-weight:bold; color:#808080; text-decoration:none;}
span a:active { font-weight:bold; color:#c0c0c0; text-decoration:none;}

a:link { font-weight:bold; color:#000000; text-decoration:underline; }
a:visited { font-weight:bold; color:#202020;}
a:hover { font-weight:bold; color:#808080; text-decoration:underline;}
a:focus { font-weight:bold; color:#808080; text-decoration:underline;}
a:active { font-weight:bold; color:#c0c0c0; text-decoration:underline;}

p a:link { font-weight:bold; text-decoration:none; font-weight:bold; color:#404040; text-decoration:none; }
p a:visited { font-weight:bold; color:#404040; text-decoration:none;}
p a:hover { font-weight:bold; color:#808080; text-decoration:none;}
p a:focus { font-weight:bold; color:#808080; text-decoration:none;}
p a:active { font-weight:bold; color:#c0c0c0; text-decoration:none;}

body { cursor:url('./images/hand.gif'); }

.footer { text-align:left;
		  font-weight:bold;
		  padding-left:140px;
		  color:#000000; }
.warning {
		color:red;
		font-weight:bold;
		font-size:20px;
		text-align:center; }
.mlink { text-decoration:none; }