/* 
----------------------------------------------
	lyUtils.css
	General styles used throughout Lycos Network

	Last Update: 8/30/07
---------------------------------------------- 
*/

.lft {float:left;}
.rgt {float:right;}
.clr {clear:both;}
.clrL {clear:left;}
.clrR {clear:right;}
.vrtM {vertical-align:middle;}


/* -- text -- */

.large {font-size:120%;}
.small {font-size:90%;}
.ctr {text-align:center;}
.txtL {text-align:left;}
.txtR {text-align:right;}
.blk {color:#000; background-color:inherit;}
.wht {color: #fff; background-color:inherit;}
.ltGry {color:#999; background-color:inherit;}
.gry {color:#666; background-color:inherit;}
.drkGry {color:#333; background-color:inherit;}
.red {color:#fe1e1e; background-color:inherit;}


/* -- links -- */

a {color:#00c; text-decoration:none; background-color:inherit;}
a:hover {text-decoration:underline;}

.clrfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
