body {
	font-family: Arial, Helvetica, sans-serif;
}
span {
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F03;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #30F;
	text-decoration: none;
}

.home {
    border:none;
    margin: 7px 0px;
}

h3 {
	font-size: x-small;
}

a:link,
a:visited {
	color:#333;
	text-decoration:none;
	}	

a:hover,
a:focus {
	color:#dd2c0d;
	}		
