/* Default CSS Stylesheet for a new Web Application project */

.menu 
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}
.menuselected
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: yellow;
	text-decoration: none;
	
}
.medialink
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Navy;
	font-weight: bold;
}
.mediaexcerpt
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Maroon;
}