body {
			margin: 20px 0px 0px 0px;
			/* n6.01win-mac won't recognize top margin 
			for middle box, so it goes here */
			padding: 0px 0px 0px 0px;
			font-family: verdana, arial, helvetica, sans-serif;
			color: #000;
			background-color: #006;
}

body.refer {
			background-color: #FF0;
}

#left {
			position: absolute;
			top: 0px;
			left: 0px;
			margin: 20px;
			padding: 10px;
			border: 5px solid #999;
			background: #FF0;
			width: 150px; /* ie5win fudge begins */
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 120px;
}

html>body #left {
			width: 120px; /* ie5win fudge ends */
}

#middle {
			margin: 0px 190px 20px 190px; /* n6.01win n6mac 
			won't recognize top margin for middle box, so it 
			goes in body */
			padding: 10px;
			border: 5px solid #999;
			background: #FF0;
}

#right {
			position: absolute;
			top: 0px;
			right: 0px; /* Opera5.02 will show a space at right 
			when there is no scroll bar */
			margin: 20px;
			padding: 10px;
			border: 5px solid #999;
			background: #FF0;
			width: 150px; /* ie5win fudge begins */
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 120px;
}

html>body #right {
			width: 120px; /* ie5win fudge ends */
}

a {
			font-weight: bold;
			outline: none;
			color: #006;
			text-decoration: underline;
}

a:hover {
			text-decoration: none;
}

strong, b {
				font-weight: bold;
}

address {
				font-size: 12px;
				text-align: center;
}

ul {
	 			font-size: 12px;
}

p {
	 			font-size: 12px;
				margin-top: 20px;
				margin-bottom: 10px;
				text-align: justify;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	 			font-size: 24px;
				font-weight: bold;
				margin-top: 0;
				margin-bottom: 0;
}

h2 {
	 			font-size: 18px;
				font-weight: bold;
				margin-top: 0;
				margin-bottom: 0;
				text-align: center;
}

h3 {
	 			font-size: 16px;
				font-weight: bold;
				margin-top: 0;
				margin-bottom: 0;
				text-align: center;
}

h4 {
	 			font-size: 14px;
				font-weight: bold;
				margin-top: 0;
				margin-bottom: 0;
				text-align: center;
}

h5 {
	 			font-size: 12px;
				font-weight: bold;
				margin-top: 0;
				margin-bottom: 0;
				text-align: center;
}

h6 {
	 			font-size: 10px;
				font-weight: bold;
				margin-top: 0;
				margin-bottom: 0;
}

img {
		 		border: 0;
}

td {
            vertical-align: top;
            width: 48%;
            border-style: dotted;
            border-color: #999;
            border-width: 2px;
            padding: 6px;
}
