body{ background-color : white;  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size : 14px;   }

A {
	text-decoration : underline;
	color : #003399;
	font-weight : bold;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
A.larger
{
   font-size : 16px;
   text-decoration :none;
   font-weight : bold; 
}
A:VISITED {
	color : #006699;
}


A:FOCUS {
	color: #ff0000;
	}

A:HOVER {
	color: #ffffff;
   background : #003399;
	}

hr {
	color : #003399;
}

.larger {
	font-size: 16px;
	font-weight: bold;
}
A.news {
	font-size : 12px;
	color: #000000;
	text-decoration :none;
	font-weight : normal;
	}

A:HOVER.news {
	color: #ffffff;
   background : #000000;
	}
	

p.close{
	margin-bottom: 2px;
	margin-top: 3px;
}