/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

h1 {
	color: #000000;
	font-size: 11px;
	margin: 0px;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: inherit;
	font-weight: bold;
	color: #000044;
	text-decoration: none;
	display: block;
	background-color: #b89162;
	font-size: 11px;
	padding: 8px;
	width: inherit;
	text-align: center;
	vertical-align: middle;
}

.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #b89162;
	text-decoration: none;
	display: block;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
