body {
	background-image: url(greengrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#c0ffc0;
}

blockquote {
padding: 0 0 0 5;
}


li {
	list-style-image: url(dot.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 0 0 2 1;
	margin:0;
}


#introtext{
padding: 0 60 0 20;
}

td.logo{ 
 
 background-image: url(cellback.jpg);
 background-repeat:no-repeat;
 background-position:center center;
}



a:link {
	color:green;
	text-decoration: none;
}
a:visited {
	color:green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #79b29f;
}
a:active {
	color:red;
	text-decoration: none;
}

/* links for menu */
a.menu:link {
	color: #006a13;
	background: url(buttonback.jpg) no-repeat;
	height: 24px !important;
	width: 167px;
}
a.menu:visited {
	color: #006a13;
	background: url(buttonback.jpg) no-repeat;
	height: 24px !important;
	width: 167px;
}
a.menu:hover {
	color: #006a13;
	background: url(buttonover.jpg) no-repeat;
	height: 24px !important;
	width: 167px;
}
a.menu:active {
	color: #FF0000;
	background: url(buttonback.jpg) no-repeat;
	height: 24px !important;
	width: 167px;
}

/* links for footer */
a.footer:link {
	color: #000000;
}
a.footer:visited {
	color: #000000;
}
a.footer:hover {
	color: #000000;
}
a.footer:active {
	color: #000000;
}