/**************************************************************************
**************************************************************

Welcome to the CSS for my antennas page.
The CSS is pretty straight forward. There are a few 
small hacks however, with one line controlling firefox
and the other IE. These are clearly labled. If you need
any help with the template, email me at dave@kjellquist.com

***************************************************************
***********************************************************************/
body  {
	margin:0;
	padding:0;
	font-family:verdana, arial, times, georgia, sans-serif;
        background-image:url('world2.gif');
        background-repeat: repeat x; 
        background-attachment: fixed; 
        background-position:top center
        
        
}

a {
	color:#00008B;
	text-decoration:none;
}

a:hover {
        
	color:#40A7D6;
	text-decoration:underline;
}
p {
	font-size:15px;
        font-weight: bold;
        height:100%;
	margin:auto;
	width:90%;
}

img.top {
        vertical-align:text-top;
}

h1 {
        text-align: center;
        margin:auto;
}

ul.none {
        list-style-type: none;
        font-weight: bold;
        font-style: italic;
}


	
