A:link  {
	font-weight: normal;
	color: black;
	text-decoration : underline;
}
A:Visited  {
	font-weight: normal;
	color: Maroon;
	text-decoration : underline;
}
A:Active  {
	color: Red;
	font-weight: normal;
	text-decoration : underline;
}
A:Hover  {
	font-weight: normal;
	color: Gray;
	text-decoration : underline;
}

a.weblink:link {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 0.6em;
font-weight: normal;
color: #DEB887;
text-decoration:none;
}

a.weblink:visited {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 0.6em;
font-weight: normal;
color: #DEB887;
text-decoration:none;
}

a.weblink:active {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 0.6em;
font-weight: normal;
color: Fuchsia;
text-decoration:none;
}

a.weblink:hover {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 0.6em;
font-weight: normal;
color: Red;
text-decoration: underline;
}
.rand {
	padding-left : 15px;
}