h1,h2,h3,h4,h5,h6
{
	margin:0px;
	padding:0px;
}
img, a
{
	border-width:0px;
}

   
a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: #F00;
	text-decoration:none;
}

a:active {
	background-color: #C00;
	text-decoration:none;
}

a:hover {
	color: #F33;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;

}

a:hover{text-decoration: none;}

