@charset "UTF-8";
/* CSS Document */

BODY { background: #f8f8f8;
       margin: 0px;
       padding: 0px;

     }

H3 { color: #000000;
     font-family: verdana, century gothic, arial, helvetica; 
     font-size: 8pt;
     font-weight: normal;
     padding: 3px;
     margin-left: 10px;
     margin-top: 3px;
     margin-bottom: 3px;
   }

#ranked-box-cont {
	background: #f8f8f8;
	overflow-y: auto; 

	}

#ranking-box {
	background: #f8f8f8;
	overflow-y: auto; 
	}

#agencies-box-cont {
	background: #f8f8f8;
	overflow-y: auto; 
	height: 400px;
	}

#agencies-box {
	background: #f8f8f8;
	height: 398px;
	}

#men-box-cont {
	background: #f8f8f8;
	overflow-y: auto; 

	}

#men-box {
	background: #f8f8f8;

	}


a:link { text-decoration: none; color: #000000 }
a:visited { text-decoration: none; color: #000000 }
a:hover { text-decoration: underline; color: #000000 }
a:active { color: #000000 }
