/* $Header: /home/rcs/RCS/web/taugh/taughblog.css,v 1.5 2005/06/12 20:10:35 johnl Exp $ */
BODY { background-color: white }

H1 {color: black; font-family: arial, helvetica, sans-serif; text-align: center}
H2 {color: black; font-family: arial, helvetica, sans-serif; text-align: left}
P { color: black; font-family: arial, helvetica, sans-serif}
LI { color: black; font-family: arial, helvetica, sans-serif}

HR { background-color: black }

A:link { color: darkblue }
A:active { color: darkblue }
A:visited { color: gray20 }

/* outer box */

BODY.fr {  background-image: url(bg.gif); }
P.fr {color: rgb(10%,10%,0%);}
H1.fr {color: rgb(10%,10%,0%);}
H2.fr {color: rgb(10%,10%,0%)}

A.fr:link { color: darkblue }
A.fr:active { color: darksteelblue }
A.fr:visited { color: darkblue }

HR.fr { background-color: rgb(10%,10%,0%) }

/* comments */

.story-title {
	font-family: arial, helvetica, sans-serif;
	color: darkblue;
	font-size: small;
}

.dateheader {
	font-family: arial, helvetica, sans-serif;
	color: darkblue;
	font-size: medium;
	font-weight: bold;
}

/* calendar */
.year-calendar {
	font-size:		small;
	font-weight:		normal;
}

.year-calendar-month-link {
	text-align:		center;
	
}

.year-calendar-month-nolink {
	text-align:		center;
	color:			rgb(60%,80%,60%);
	
}
.year-calendar-month-future {
	text-align:		center;
	color:			rgb(60%,80%,60%);
}

