/* Default CSS Stylesheet for a new Web Application project */
.tdMenu
{
 padding:5;
 padding-left:10;
 height:20;
}
hyperlink
{
	/*color:Aqua;*/
	color:#804040;
}
A:link {color:#804040;text-decoration: none;}
A:visited {color: #804040;text-decoration: none;}
A:hover {text-decoration: none; color:white;font-weight:bold;}
A:active {color:white;text-decoration: none}
