body {
	font-size: 14px;
	background-color: white;
	font-family: Arial;
	margin:0;
	color: black;
	}
	
a {
	color: black;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: black;
	}
	
h3 {
	font-size:16px;
}
	
h4 {
	font-size: 12px;
	}

h5 {
	font-size: 10px;
	}
	
select {
	font-size: 10px;
	}
	
#main {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}

#nav {
	font-size: 10px;
	margin-top: 6px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	text-align: center;
	}

#logo {
	text-align: center;
	}
		
#advert {
	color: red;
	text-align: center;
	font-weight: bold;
	}


		
#largetype {
	margin-left: 100px;
	margin-top: 60px;
	width: 545px;
	text-align: center;
	}
		
#largetype p {
	font-size: 12px;
	line-height: 20px;
	}
	
table {
	vertical-align:top;
	font-size:14px;
}

	table td {
		font-size:12px;
		padding-bottom:8px;
	}
	
	table td.field {
		padding-right:6px;
		vertical-align:top;
		color:#666;
	}
	
img {
	border: 0;
}		
	
#footer {
	margin-bottom: 6px;
	border-top:1px solid #111;
	font-size: 9px;
	text-align: center;
	color: #aaa;
	clear: both;
}

	#footer p {
		margin:6px;
	}
	
	

		
