<!--
BODY {
background : white;
margin-left : 2%;
font-family: "Comic Sans MS", sans-serif;
}

/* Style information for link text */
.stylelink 
A:link {
text-decoration : underline;
}
A:visited {
text-decoration : underline;
}
A:hover {
color : white;
background : #FF6600;
text-decoration : underline;
}

A:focus {
color : black;
background : #006666;
text-decoration : underline;
}

/* Style information for headers */
H1, H2, H3 {
color : #FF6600;
background : #FFCC66;
padding-left : .1em;
padding-right : .1em;
}

H4 {
color : #339999;
background : #99CCFF;
padding-left : .4em;
padding-right : .4em;
padding-bottom : .4em;
}


H5 {
font-size : x-small;
font-weight : lighter;
}


P {
text-indent : 1.5em;
}

/* Style information for footer text */
.stylefoot {
font-size : x-small;
text-align : center;
}
/* Style information for lists */
.stylestrong {
border : inset;
border-width : 2px;
border-color : black;
background : #CCCC99;
text-indent : 4px;
padding-left : 4px;
padding-right : 4px;
padding-top : 4px;
padding-bottom : 4px;
}
/* Style information for highlight box */
.stylebox {
border : solid;
border-width : 4px;
border-color : #CCCC99;
padding-left : 3px;
padding-right : 3px;
padding-top : 3px;
padding-bottom : 3px;
}

li.rss {
	list-style: disc;
	padding-left: 0px;
	margin-left: -15px;
	font-size: small;
}


.junk #navbar li {
	padding-bottom: 1.5em;
}

.junk #gallery li {
	padding-bottom: 1.5em;
}

.junk {  /* not actually being used right now */
	background: url(/ajaxrss/ok.png) no-repeat ;
	padding-left: 15px;
	margin-left: -35px;
}

.error {
	background: url(/ajaxrss/error.png) no-repeat;
	padding: 2px 0 0 20px;
	list-style: none;
}

.channeltitle
{
	clear: both;
	border-top: #333 1px solid;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 0px;
	border-bottom: #333 1px solid;
	font-family: Georgia, serif, 'Times New Roman';
	background-color: #f8f8f8;
	width: 100%
}

div.channeltitle a
{
	color: black;
	text-decoration: none;
}
div.channeltitle a:hover
{
	text-decoration: underline;
}

.smallfont {
	font-size: small;
}
-->
