@import url();

body {
		  font-family: arial, helvetica, sans-serif; 
		  font-size: 90%; 
		  background-color: #333; 
		  color: #3a3a3a;
		}
/*links*/
		 
		a          { color: #ccc; }
		a:link     { color: #3399cc; }
		a:visited  { color: #333; }
		a:active   { color: #3399cc; text-decoration: underline; }
		a:hover    { color: #3399cc; text-decoration: underline; }
		
			
		h2 {  display: inline; width: 30em;height: 7em;padding: 1em; border: dotted 1px #666; font: normal 100%/120% "Arial Narrow", geneva, helvetica; color:#666; text-align: right;}
		.box { cursor: pointer;margin: 1em 9%;}
		ul { list-style-type: none; display: inline;}
			ul>li { display: inline; margin: 0 0.6em;font: normal 80%/120% arial;}
		#ego, #rec, #aut, #dir, #alt { display:none;}
		object { margin: 0 1em;}
		img { vertical-align: top;border: 0;}
		#rec img{ height: 20px;}
		p {background-color: transparent; text-align: center;margin-top: 2px;font-style: italic;font-size: 90%/120%;} 
		#footer { margin-top: 1em;}