﻿body {
	margin:10;
	padding:0;
	font:  15px Verdana;
}
a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #00FF00;
	text-decoration: underline;
}
A:active {
	COLOR: #FF0000; 
	TEXT-DECORATION: none
}