.control_panel {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	
	a:{text-decoration:none; text-decoration: nounderline;
	 a:link { color: blue; text-decoration: none;
     a:active { color: red; text-decoration: none;
     a:visited { color: blue; text-decoration: none;
	 a:hover { color: green; text-decoration: none;
	 
	 
	 <STYLE>
        A{text-decoration:none
     </STYLE>
	  }
