/*    General CSS   */

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
		
a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7{
	margin-bottom: 4px;
}