BODY {
	background: #F3E5E5;

}

BODY,TABLE {
	font-family:Tahoma, Verdana, "Trebuchet MS";
	font-size:11px;
	
}

A { color: #B9271D; }

ul {margin-left: 15px; padding-left: 0; list-style-type:square; }

.color1 { color: #E79690; }
.color2 { color: #D85148; }
.color3 { color: #B9271D; }

.topsites { 
	color: #B9271D;
	text-decoration: none;
}

.topsites a { 
	color: #B9271D;
	text-decoration: none;
}

.topsites a:hover { 
	color: #B9271D;
	text-decoration: underline;
}

.bgcolor1 { background-color: #E79690; cursor:pointer; }
.bgcolor2 { background-color: #D85148; cursor:pointer; }
.bgcolor3 { background-color: #B9271D; cursor:pointer; }

.footer { color:#FFFFFF; }
.footer a { color:#FFFFFF; text-decoration:none; }
.footer a:hover { color:#FFFFFF; text-decoration:none; }

.imgshadow {
  float:left;
  background: #B9271D;
  position: relative;
  margin: 1px;
}
.imgshadow div {
  position: relative;
  top: -1px;
  left: -1px;
}