/* link to this file with */
/* <link type="text/css" rel=StyleSheet href="style.css" /> */


body    {
	font-family: arial, helvetica, sans-serif;
	background-color : #000000;
	color : #999999;
	}

a:link { color: #FFFF00}
a:visited { color: #FFFFFF}
a:hover { color: #CC0000}
a { text-decoration:none; }

/*This section added to provide smaller masthead image on smaller screens */

#spix {
    width:969px;
    height:177px;
    border:0;
    margin: 16px auto 16px auto;
    }
#spiy {
    width:614px;
    height:128px;
    border:0;
    margin: 16px auto 16px auto;
    }

/* If the browser window is smaller than Npx, smaller pic */

@media only screen and (max-width: 969px) {
#spix {
    width:485px;
    height:88px;
    border:0;
    margin: 16px auto 16px auto;
    }
    }

@media only screen and (max-width: 614px) {
#spiy {
    width:307px;
    height:64px;
    border:0;
    margin: 16px auto 16px auto;
    }
    }




