




/*
     
*/
a {	
	text-decoration: none;
	font-family: Arial, Helvetica;          
	font-size: 12px;
        font-weight: bold;
        color: white;}

a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: yellow;}

h2 {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 0px 0px;}

h3 {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px 0px 0px;}

h5 {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	margin: 0px 0px 0px 0px;}

.mainLayer {
	position: absolute;
	width: 98%;
	height: 98%;
	z-index: 5;}

body > div#banner {
	position: fixed;
 	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url("http://www.femfox.com/pictures/firefox.png") bottom right no-repeat;
 	}
	div#banner {text-align:right; z-index:8;}
	div#banner a {display:block; width:100%; height:100%;text-decoration: none;}
	body>div#banner a span {visibility:hidden}
	div#banner:hover {opacity:0.5;}
