body {
	background-color: #ffe4c7;
	text-align: center;
}

#content {
    background-color: #fad1a4;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	border:solid 1px black;
}

body, td, th, h3, h6 {
	color: #000000;

}

h1, h2, h3, h4, h5 {
  color: #660000;
}

a {
	color: #003366;
}

#menu {
	background-color: #339933;
	text-align: center;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {

	font-style: normal;
	font-weight: bold;
}

.bottommenu {
  float: left;
  text-align: center;
  height: 220px;
  vertical-align: bottom;
}

.border
{
	border: 2px solid red;
	padding:5px;
	padding-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}

.star
{
	color: #FF0000;
}

#warn .title
{
	border-top:2px solid #660000;
	border-bottom:2px solid #660000;
}

.white
{
	background-color:white;
}

.bottommenu2 {
  float: left;
  text-align: center;
  height: 150px;
  vertical-align: bottom;
}

