p {
	font-size: 11 px;
	/* space between number and unit */
	font-family : Verdana;
}
ul {
	font-size: 11 px;
	/* space between number and unit */
	font-family : Verdana;
}
a             {text-decoration: none; font-weight: normal; }
a:link       {
	/*color: #CC9999; old*/
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}
a:visited    {
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}
a:active      {
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}
a:hover      {
	color: #999900;
	font-weight: normal;
	text-decoration: none;
}

a.menu {
	color: Fuchsia; text-decoration: underline;
}
a.menu:link       {
	color: #9999CC;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:visited    {
	color: #9999cc;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:active      {
	color: #9999CC;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:hover      {
	color: #CCCCFF;
	font-weight: normal;
	text-decoration: underline;
}

textarea     { background-color: #404040; color: #FFE375; border: 1px solid #FFE375;  }
SELECT {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 3px solid #000080;
	
}
INPUT {
font-family: Verdana; font-size: 11px; color: #000000; border: 1px solid #000080; 	
}

HR {
	background : Blue;
	background-color : Blue;
	border-bottom-width : 1px;
	height : 1px;
	color : Silver;
}
