html { -webkit-text-size-adjust: none; } /* keeps text size proportional on iphone */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #2b1500;
	margin-top: 30px;
}
.calendar {
	 margin: 20px 0;
}

/* text */
.headtext {
	font-size: 20px;
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
}
.headtext2 {
	font-size: 18px;
	font-weight: bold;
}
.redtext {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
}

/* links */
a, input { 
	outline: 0; 
} /* get rid of red outlines on clicked images in FF */
a:link {
	color: #65370F;
	text-decoration: underline;
}
a:visited {
	color: #65370F;
	text-decoration: underline;
}
a:hover {
	color: #8F5214;
	text-decoration: underline;
}
.footertext {
	font-size: 12px;
	color: #65370F;
	font-weight: bold;
}
.footer_small {
    font-size: 10px; 
	color: #65370F;
}
.dot {
	font-size: 10px;
	margin: 0 7px;
}
.footerlink:link {
    color: #65370F;
	font-weight: bold;
    text-decoration: underline;
} 
.footerlink:visited {
    color: #65370F; 
	font-weight: bold;
    text-decoration: underline;
} 
.footerlink:hover {
    color: #8F5214; 
	font-weight: bold;
    text-decoration: underline;
}
.sidebarlink:link {
    color: #65370F;
    font-size: 13px;
	font-weight: bold;
    text-decoration: none;
} 
.sidebarlink:visited {
    color: #65370F;
    font-size: 13px;
	font-weight: bold;
    text-decoration: none;
} 
.sidebarlink:hover {
    color: #8F5214; 
    font-size: 13px;
	font-weight: bold;
    text-decoration: none;
}
