/* $Id: default.css,v 1.1.2.7 2003/12/13 21:11:34 mdean Exp $ */


.noprint
{
}



@media print
{
	.noprint
	{
		display: none;
	}

	a.wiki
	{
		color: black;
		font-weight: normal;
	}  
}


A:link {
	color: #575757;
	text-decoration: none;
}
A:visited {
	color: #575757;
	text-decoration: none
}
A:active {
	color: #575757;
	text-decoration: none
}
A:hover {
	color: #FF0000;
	text-decoration: none;
}

.h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
{