@charset "UTF-8";
/* CSS Document */

body{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	h1{
		display: block;
		width:240px;
		height:156px;
		background:url('images/vhc-logo.gif') no-repeat;
		margin:20px auto;
	}
	
	h1 a{
		display: none;
		outline: none;
	}

	h3{
		font-weight:normal;
		font-size:36px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#666;
		width:700px;
		margin:30px auto;
		
	}
	p {
		font-size:14px;
		line-height:22px;
		width:800px;
		margin:10px auto;
	}
	
	h4{
		font-size:20px;
		font-weight:bold;
	}