body {
	background: #DDDECE;	
}

A:link, A:visited {
	color: #E72100;
	text-decoration: none;
} 

A:HOVER, A:ACTIVE {
	color: #E72100;
	background: #DDDECE;
	text-decoration: underline;
}

A:VISITED:HOVER {
	color: #E72100;
	background: #DDDECE;
	text-decoration: underline;
}

#leftside {
	float:left;
	width:60%;
	background:#fff;

	text-align: justify;

	font-size: 12px;
	font-family: georgia, verdana, arial;
	color: #666666;

	border-right:2px solid #000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:2px solid #000;

	margin-right:15px;

	padding-bottom:20px;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}

#newsheader {
	text-align: right;
	color: #FFBD21
}


#separator {
	text-align: center;
	color: #FFBD21;
}

.day {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}

.newstitle {
	text-align: left;
	font-weight: bold;
	color: #21AD4A
}

.newsfooter {
	text-align: left;
	font-size: 10px;
}

#titlebox {

	text-align: left;
	font-size: 12px;
	font-family: georgia, verdana, arial;
	color: #666666;
	margin:0px 0px 10px 10px;
}

#titlebox A:hover, A:active {
	background: #FFFFFF;
	color: #E72100;
	text-decoration: underline;
}

#layoutbox {
	text-align: left;
	font-size: 12px;
	font-family: georgia, verdana, arial;
	color: #666666;
	margin:0px 0px 10px 10px;
}

#friendbox {
	text-align: left;
	font-size: 12px;
	font-family: georgia, verdana, arial;
	color: #666666;
	margin:0px 0px 10px 10px;
}
#friendbox A:link {
	color: #3DA2FF;
	text-decoration: none;
}
#friendbox A:visited {
	color: #3DA2FF;
	text-decoration: none;
}
#friendbox A:hover, A:active {
	background: #FFFFFF;
	color: #3DA2FF;
	text-decoration: underline;
}

.archivebox {
	text-align: left;
	font-size: 12px;
	font-family: georgia, verdana, arial;
	color: #666666;
	margin:0px 0px 10px 10px;
}

.archivebox A:link {
	color: #3DA2FF;
	text-decoration: none;
}
.archivebox A:visited {
	color: #3DA2FF;
	text-decoration: none;
}
.archivebox A:hover, A:active {
	background: #FFFFFF;
	color: #3DA2FF;
	text-decoration: underline;
}

#blogger {
	background: #666666;
	width: 173px;
}

