﻿a	{
	text-decoration: none;

}
a:link, a:visited	{
	color: maroon;
}
a:hover; a:visited:hover	{
	color: red;
}
h1, h2, h3, h4, p, li	{
	font-family: Colibri, arial, helvetica, sans-serif;
}
#head	{
	border-bottom: 1px gray solid;
}
#footer	{
	font-size: 80%;
	border-top: 1px gray solid;
	text-align: center;
}
img	{
	border: 0px none;
}