body {
	background: white;
	margin: 0;
	padding: 0;
	}
	
#classictax {
	margin: 2px;
	border: none;
	}

p {
	text-indent: 20px;
	}
	
a {
	background: transparent;
	color: #0000CC;
	font-family: Times New Roman, serif;
	font-size: 16px;
	text-decoration: none;
	}

a:hover {
	background: transparent;
	color: #3366FF;
	}

#links {
	background: transparent url('images/gray.gif');
	white-space: nowrap;
	position: absolute;
	top: 30px;
	left: 150px;
	border: solid black;
	border-width: 1px 1px 1px 1px;
	padding: 5px 20px 5px 20px;
	}
	
.menuItem {
	background: white;
	border: solid black 1px;
	padding: 0 10px 0 10px;
	}
	
#address {
	border: solid black;
	border-width: 1px 0 1px 0;
	padding: 1px 0 1px 0;
	}
	
.main {
	border: solid black 1px;
	margin: 30px 30px 20px 30px;
	min-width: 670px;
	}
	
.header {
	background: #CCCCCC;
	border: solid black 1px;
	padding: 5px;
	position: relative;
	top: -10px;
	left: -10px;
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-style: italic;
	}

.bigLetter {
	font-weight: bold;
	}

.content {
	padding: 10px 30px 10px 30px;
	}