.ie3 { /* food for the IE3 line-eater */ }

@font-face {
    font-family: Digifit;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.bauser.com/DIGIFIT3.eot);
  }
  @font-face {
    font-family: Digifit;
    font-style:  normal;
    font-weight: 700;
    src: url(http://www.bauser.com/DIGIFIT2.eot);
  }
  @font-face {
    font-family: Digifit;
    font-style:  oblique;
    font-weight: normal;
    src: url(http://www.bauser.com/DIGIFIT1.eot);
  }
  @font-face {
    font-family: Digifit;
    font-style:  oblique;
    font-weight: 700;
    src: url(http://www.bauser.com/DIGIFIT0.eot);

/* "Digifit" font Copyright 1999 Jason Matthew Everett <KidChaos2@aol.com> */
}


body {
	background-color: #0099ff ;
	color: #f8f8ff ; 
	margin: 0 ;
	padding: 0 ;
	font-family: 'bauser', Arial, sans-serif, bauser ;
}

/* ARRRGGHHH! A:link:hover doesn't work in Gecko! See Bugzilla bug 5693 */

a:link { color: #ffffff ; font-weight: bold ; text-decoration: none }
a:visited { color: #c0c0c0 ; font-weight: bold ; text-decoration: none }
a:link:hover { color: #ff0000 ; font-weight: bold ; text-decoration: none }
a:active { color: #ff00ff ; font-weight: bold ; text-decoration: none }

h1 {
	text-align: center ;
	font-style: italic ;
	font-size: 250% ;
	font-family: 'bauser', Digifit, fantasy, bauser ;
}

h2 {
	text-align: left ;
	color: #000080 ; /* navy */
	padding-left: 5%  ;
	text-transform: lowercase ;
	font-family: 'bauser', Digifit, fantasy, bauser ;
}


h3 {
	text-align: left ;
	color: #000080 ; /* navy */
	padding-left: 5%  ;
	text-transform: lowercase ;
	font-family: 'bauser', Digifit, fantasy, bauser ;
}


p {
	margin-right: 5% ;
	margin-left: 40% ;
	text-align: right ; 
}

#rude {
	padding: 0 ;
	text-align: center;
	visibility: hidden ;
	display: none ;
}

#menu {
	padding-top: 0.5em ;
	margin-right: auto ;
	margin-left: auto ;
	text-align: center ;
}

#footer {
	color: #c0c0c0 ; /* silver */
	text-align: center ;
	border-bottom: medium #f8f8ff solid ; /* Not on NN4 */
}

address {
	font-size: 60% ;
	text-align: center ;
	font-style: normal ;
}

address a:link { color: #c0c0c0 ; /* silver */ }

@media screen {

	/* This is where we hide some declarations that would confuse Navigator 4.x */

	h1 {
		font-style: oblique ;
		color: #0099ff ; 
		width: 100% ;
		background: #000080 ; /* navy */
		margin: 0 ;
		padding: 0 ;
		border-top: medium #f8f8ff solid ; /* Not on NN4 */
	}

	#footer {
		background-color: #000080 ; /* navy */
	}
}

