@import "generic_layout.css";

html, body {
	background-color: #fff;
}

html, body, p, pre, td, li, dd, dt, caption, h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	color: #666666;
}
a:link, a:active, a:visited {
	color: #666666;
}
a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
}

h5, h6 {
	font-size: small;
}

p, pre, li, td, dd, dt, caption {
	font-size: small;
}

img {
	border-style: none;
}

#main {
	background: #fff;
	/*border: 2px solid #666666;*/
	/*border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;*/
}

#menu {
	/*border-bottom: 1px solid #000;*/
	/*background-color: #eee;*/
}

#menu h1 {
	font-size: 24px;
}

#menu p {
	font-size: 14px;
	margin-top: 15px;
}

#footer {
	/*border-top: 1px solid #000;*/
	/*background-color: #eee;*/
}

#footer p {
	font-size: 0.6em;
	color: #666666;
}
