h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 11px Verdana,Arial 
	color : #333333;
}

h1 { 
	font: normal 12px Verdana,Arial;
	font-weight: bold;
	color : #333333;
}

img.block {
	display:block;
}

A:link {
	background-color : transparent;
	color : #336699;
	text-decoration : none;
	font-weight : normal;
}
A:visited {
	background-color : transparent;
	color : #336699;
	font-weight : normal;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #ec7c05;
	text-decoration : underline;
}
A:active {
	background-color : transparent;
	color : #ec7c05;
	font-weight : normal;
	text-decoration : none;
}
