a:link     { color: #7D7D7D; text-decoration: underline; }
a:visited  { color: #DDDDDD; text-decoration: underline; }
a:active   { color: #DDDDDD; text-decoration: none }
a:hover    {color: #6d889d; text-decoration: none }

.headline {color: #8b2020; font-weight: bold; font-variant: small-caps; font-size: 3em;}
.date {color: #ffffff; font-size: 8pt;}

body {
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #666666;
	font-family : verdana;
	font-size: 10pt;
	font-weight : normal;
	text-decoration : none;
	color : #ffffff;
	background-color: #000000;
	margin: 0;
	font-family: 'Arial';
}

#content {
	width: 1008px;
	margin: 0 auto 0;
}

#blog
{
	margin: 1em;
	background: url('images/tebright.jpg');
	background-repeat: no-repeat;
	width: 620px;
}

hr {
      border-top: 1px dashed #4a5b62;
      border-bottom: 1px solid #4a5b62;
	border-left: 0;
	border-right: 0;
      color: #000000;
      background-color: #000000;
      height: 4px;
}

#tour {
	margin: 1em;
	background-image: url('images/tebleft.jpg');
	background-position: 0px 384px;
	background-repeat: no-repeat;
	width: 388px;
}

input {
	background: #4a5b62;
	color: #ffffff;
	font-family: Arial;
	border: solid #cccccc 1px;
}

fieldset {
	background: #000000;
	width: 275px;
}