body {
	background: #D5BA9D; 
	color: #92360E;
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 748px; 
	font-family: Courier;
}

a:link {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

h1 {
  width: 500px;
	text-align: center;
	padding: 5px;
	font-family: Tahoma;
}

.logo {
  background: url(img/logo.jpg)
}

h2 {
  text-align: center;
	font-size: 0.5em;
}	

h3 {
  text-align: center;
	text-decoration: underline;
	size: 1.9em;
}	

h4 {
  text-align: center;
	font-style: italic;
	font-size: 0.5em;
}	

h5 {
  text-align: center;
	font-style: bold;
	font-size: 0.5em;
}

a  {
  color: #92360E;
}

.rightframe {
  float:left; 
	width: 61%; 
	border: 5px double; 
	padding: 5px;
}

.leftframe {
  float: left; 
	width:35%;
}

.news  {
  width:90%;
	float:left;
	border: none;
	height: 500px;
}

.txt {
  color: #92360E;
}

.lower {
  font-style: italic;
	text-align: center;
	font-size: 0.3em;
}

.lower a {
  text-decoration: underline;
}

.caption {
  text-decoration: underline;
	font-size; 0.5em;
	font-style: italic;
}

.close {
  font-size: 1.2em;
	border: 2px double;
	padding: 4px;
	text-align: center;
	font-style: bold;
	width: 20%;
}
