a{
	color: blue; 
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}

img{
	border-style: none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}