html {
  width: 600px;
  height:450px;
}
body {
  background : #ffffff;
  font-family :  Tahoma, Arial, Sans-Serif;
  font-size: 12px;
}

#logo{
width: 242px;
top: 20px;
left: 10px;
}

#logo2{
text-align: center;
padding-top: 5px;
font: bold 13px;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

.quote1 {
	text-align: left;
	font-size: 11px;
	padding-bottom: 4px;
}
.quotesource1 {
	text-align: right;
	font-size: 11px;
	padding-bottom: 18px;
}

h1 {
font-size: 16px;
text-transform:uppercase;
text-align: center;
color: #990000;
padding:5px 15px;
margin:0px
}

h2 {
font-size: 12px;
text-align: left;
color: #990000;
margin:0px
}

h3 {
 font: bold 11px #000000 Tahoma, Arial, SunSans-Regular, Sans-Serif;
 margin:0; 
 padding: 5px 0;
 text-align: center;
 }

h4 {
	margin:0;
	padding: 5px 5px;
	text-align: center;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;

 }
 
h6 {
font: small-caps 10px Arial, Helvetica, sans-serif;
margin: 0;
padding: 2px;
}

#footer {
 width:600px;
 height:25px;
 background:#E1CFAF;
 color: #000000;
 margin:0px;
 padding: 0px;
 border: 0px;
 text-align: center;
 }
 
 .redheading {
	font-weight: bolder;
	color: #990000;
}

 