body {
	margin: 20px;
	padding: 0;
	background: #CCCCCC;
}
body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}
h1, h2, h3 {
	color: #3A570F;
}
h1 {
	letter-spacing: -2px;
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
input, textarea, select {
	color: #000000;
}
a {
	color: #3A570F;
}
a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	padding-top: 10px;
	font-size: smaller;
}
#footer p {
	margin: 0;
}

pre.c {
	border: 1px solid gray;
	padding: 5px;
	white-space: pre;
	width: 100%;
	background-color: #fffff0;
}
div.c {
	border: 1px solid gray;
	padding: 5px;
	width: 100%;
	background-color: #fffff0;
}

.rss {
    width:320px;
    border:double #6666cc 4px;
    padding:5px;
}

.RSSsite {
	 width:300px; 
	 text-align:left;
	 margin:3px;
	 padding:3px;
}
.RSSline {
	margin:2px;
}
.RSStitle {
	text-align:left;
	margin:2px 15px;
}
.RSSdescript {
	text-align:left;
	color:#444444;
	margin:2px 15px;
}
.RSStime {
	text-align:left;
	color:#6666cc;
	margin:2px 5px;
}
.RSSselect {
	width:240px;
	text-align:left;
	margin:3px;
}
.RSSoption {
	text-align:left;
	border-top:#990000 1px dotted;
}
.new {
	background:#ffffcc;
}

.t1{
	font-size: 1.3em;
	color: white;
	background-color: #000099;
	font-weight: bold;
	width: 100%;
	border: 1px none #8888f8;
	border-top: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	padding: 5px 3px 3px 0.5em;
}
.t1 a:link {
	color: white;
	background-color: #000099;
}
.t1 a:visited {
	color: white;
}
.t1 a:hover{
	background-color: red;
}
.t2{
	color: white;
	background-color: teal;
	font-weight: bold;
	width: 100%;
	border: 1px none #8888f8;
	border-top: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	padding: 5px 3px 3px 0.5em;
}
.t2 a:link {
	color: white;
	background-color: teal;
}
.t2 a:visited {
	color: white;
}
.t2 a:hover {
	background-color: red;
}

/* EOF */
