
body	{ color: #000000; }

A:link	 { color: #000000; text-decoration: none; font-weight: normal; }

A:visited { color: #aa0000; text-decoration: none; font-weight: normal; }

A:active { color: #cc0000; text-decoration: none; }

A:hover	 { color: #cc0000; text-decoration: underline; }

.shadow	{ height: 10; width: 400;
	filter: Shadow(color=#bbbbbb) }

.dropshadow  { height: 10; width: 400;
		filter: DropShadow(color=#bbbbbb, OffX=4, OffY=4, Positive=1) }

a.per:active	{ color: #ff0033; text-decoration: none; font-weight: bold; }

a.per:hover	{ color: #ff0033; text-decoration: none; font-weight: bold; }
