p               {
                        font-size: 12px;
                        color: #333333;
                        line-height: 18px;
                        font-family: Arial, Verdana, san-serif;
                        }

A:link { color: #364392; font-weight: bold;}
A:visited { color: #364382; font-weight: bold;}
A:hover { color: #990033; font-weight: bold;}

.text               {
                        font-size: 12px;
                        color: #333333;
                        line-height: 14px;
                        font-family: Arial, Verdana, san-serif;
                        }

.text A:link { color: #003366; font-weight: bold;}
.text A:visited { color: #003366; font-weight: bold;}
.text A:hover { color: #cc6666; font-weight: bold;}

.head               {
                        font-size: 24px;
                        font-weight: bold;
                        color: #336699;
                        line-height: 26px;
                        font-family: Courier, monospace;
                        }

.quote               {
                        font-size: 14px;
                        font-weight: bold;
                        color: #fb9104;
                        line-height: 17px;
                        font-family: Courier, monospace;
                        }

.attribute               {
                        font-size: 12px;
                        font-weight: bold;
                        color: #336699;
                        line-height: 17px;
                        font-family: Courier, monospace;
                        }

.redhead               {
                        font-size: 24px;
                        font-weight: bold;
                        color: #fb9104;
                        line-height: 26px;
                        font-family: Courier, monospace;
                        }

.greyhead               {
                        font-size: 24px;
                        font-weight: bold;
                        color: #999999;
                        line-height: 26px;
                        font-family: Courier, monospace;
                        }



.subhead            {
                        font-size: 18px;
                        font-weight: bold;
                        color: #336699;
                        line-height: 21px;
                        font-family: Courier, monospace;
                        }

.subhead A:link { color: #003366; text-decoration: none;}
.subhead A:visited { color: #003366; text-decoration: none;}
.subhead A:hover { color: #fb9104; text-decoration: none;}

.greysubhead            {
                        font-size: 18px;
                        font-weight: bold;
                        color: #999999;
                        line-height: 21px;
                        font-family: Courier, monospace;
                        }

.intro            {
                        font-size: 18px;
                        color: #336699;
                        font-weight: normal;
                        line-height: 21px;
                        font-family: Courier, monospace;
                        }

.intro A:link { color: #336699; font-weight: normal; text-decoration: none;}
.intro A:visited { color: #336699; font-weight: normal; text-decoration: none;}
.intro A:hover { color: #cc6666; text-decoration: none;}

.smallhead          {
                        font-size: 12px;
                        font-weight: bold;
                        color: #fb9104;
                        line-height: 14px;
                        font-family: Arial, Verdana, san-serif;
                        }

.smallhead A:link { color: #003366; text-decoration: none;}
.smallhead A:visited { color: #003366; text-decoration: none;}
.smallhead A:hover { color: #fb9104; text-decoration: none;}



/* begin styles for RSS Feed */

.rss_box {
/*
	 margin: 10px 5%;
*/
	 padding: 4px 8px;
	 width: 460px;
/*
	 background-color: #ededed;
*/
	 background-color: #ffffcc;
	 border: 2px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration : none;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
       list-style:none;

       margin:0;

       padding:0;

}

.rss_item  {
  font-family: Arial, Verdana, san-serif;
  font-size: 13px;
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}