BODY {
	background : White;
	font : 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
}
A {
	color : #666666;
	background : transparent;
}
A:LINK { 
	color : #666666;
	background : transparent;
	text-decoration : underline;
}

A:ACTIVE { 
	color : red;
	background : transparent;
	text-decoration : none;
}

A:HOVER { 
	color : red;
	background : transparent;
	text-decoration : none;
}
A:VISITED{ 
	color : #660000;
	background : transparent;
	text-decoration : underline;
}
.date {
	font : bold italic larger Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.agenda{
	font-size : 12px;
}
table{
	font-size : 14px;
}

.redtitle{
	font-weight : bold;
	background : transparent;
	color : Red;
}
.greentitle{
	font-weight : bold;
	background : transparent;
	color : Green;
}
H1{
	font-size : 28px;
}
H2{
	font-size : 24px;
}
H3{
	font-size : 14px;
}
strong{
	font-weight : bold;
}
em{
	font-style : italic;
}