body {
	background-color: white;
	color: black;
	padding: 2px;
	margin: 0;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin: 0;
	text-indent: 0;
}

h2 {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	margin: 0;
	text-indent: 0;
}

h3 {
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	text-indent: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}

h4 {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	text-indent: 0;
}

h5 {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	text-indent: 0;
}

div.titlebox {
	border-width: 0;
	border-style: none;
	border-color: black;
	padding-bottom: .5em;
	margin-bottom: 0;
}

div.contentbox {
	border-width: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0;
	text-align: justify;
	clear: both;
	border-style: none;
}

div.navbox {
	border-width: 0;
	border-style: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0em;
	clear: both;
	padding-left: 0;
	padding-right: 0;
	background-color: grey;
}

div.footerbox {
	border-top-width: medium;
	border-style: solid;
	border-color: black;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	margin-top: 0;
	padding-top: .5em;
	font-style: oblique;
	font-size: .75em;
	clear: both;
}

p {
	margin-top: .5em;
	margin-bottom: .75em;
}

.intnav {
	text-indent: 0;
	font-style: oblique;
	font-size: .75em;
}

img {
	border-style: none;
	border-width: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-width: 0;
	border-style: none;
}

#nav a {
	text-decoration: none;
	color: white;
	font-weight: bolder;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-style: solid;
	padding-right: 2px;
	padding-left: 2px;
	border-color: white;
}

#nav a:hover {
	color: yellow;
	background-color: black;
}

#nav li {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

table.cart, table.cart td, table.cart th {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.error {
	font-style: bolique;
	color: red;
}
