body{
	margin: 0px;
	padding: 0px;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active, a:focus{
	outline: none !important;
}
div.fix{
clear: both;
}
h1,h2,h3,h4,h5,h6{
	color: #464646;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1{
	font-size: 18px;
		font-weight: bold;
}
h2{
	font-size: 16px;
		font-weight: bold;
}
h3{
	font-size: 14px;  
}
h4{
	font-size: x-small;
	 text-transform: uppercase;  
}
h5,h6{
	font-size: small;
}

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

