BODY {
	color: Black;
	background-color: White;
	font-family: Verdana,  Arial, sans-serif;
	font-size: x-small;
	text-align: left;
}

A {
	color: Blue;
	text-decoration: underline;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}

A:visited {
	COLOR: #990000; TEXT-DECORATION: underline
}

h1 {
	font: bolder 7px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6600CC;
}

h2 {
	font: bolder 5px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #330066;
}

h6 {
  font-size: small;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-variant: normal;
  font-weight: normal
}

.normallink:link{
	color: White; text-decoration: underline; 
}
.normallink:visited{
	color: Yellow; text-decoration: underline;
}
.normallink:hover{
	color: Silver; text-decoration: underline; 
}

.DotsRed {
	BORDER-RIGHT: #a80313 5px dashed; BORDER-TOP: #a80313 5px dashed; BORDER-LEFT: #a80313 5px dashed; BORDER-BOTTOM: #a80313 5px dashed
}

div.feedburnerFeedBlock ul li span.headline {
font: bolder 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}
