
.ted:link         { 	
   	text-decoration : none;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 11;
	font : small-caps;
	color : blue;}
	
.ted:visited         {
   	text-decoration : none;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 11;
	font : small-caps;
	color : Green;}
	
.ted:hover   { text-decoration: none; 
               font-family: Tahoma; 
               font-weight: bold; 
               font-size: 11; 
               font-style: normal; 
               font-variant: small-caps; 
               color: #FF0000; 
               background-color: #FFFFFF; 
               border-top: thin solid Blue; 
               border-bottom: thin solid Blue;}
	
.ted:active         {
   	text-decoration : none;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 11;
	font : small-caps;
	color : red;}
	
	
.hideme {display: none}