.stylesheet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	list-style-type: square;
	scrollbar-base-color:orange;
}
table.agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	border: solid white 1px;
	border-collapse: collapse;	
}

a:link { 
color: orange; 
text-decoration: underline; 
} 
a:visited { 
color: orange; 
text-decoration: underline; 
} 
a:hover { 
color: yellow; 
text-decoration: none; 
} 
a:active { 
color: orange; 
text-decoration: underline; 
} 

