/* 	= twoantennas-basic.css
	
	@Author:		Milan Matull, http://twoantennas.com
	
	@description:	Basic stylsheet for older browsers
	
	@media:			All	
	
	@browsers:		Netscape 4 and less
	
	@fixes:			none
	
	@hacks:			none
	
--------------------------------------------------------------------- */

body {
	margin: 30px;
	padding: 0;
	background: #373D42;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
}

h1 {
	font-weight: normal;	
	font-size: 2.8em;
	line-height: 1.25em;
}

h2 {
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.5em;
}


legend {
	font-size: 1.6em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.38em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	line-height: 1.63em;	
}

p, li, th, td, dt, dd, address, label {
	font-size: 1.1em;
	line-height: 1.63em;	
}

address {
	font-style: normal;
}