/* Based on NCF Style Sheet main.css but lets user's default font setting control text */

H1, H2, H3, H4, H5, H6 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: transparent; 
}
H1, H2 {text-align: center;}
H1 {color: #06C;}
H2, H3, H4, H5, H6 {color: #C03;}

.sansame {
  font-family: Helvetica, Arial, sans-serif; 
  font-size: smaller;
}

.footer {	font-family: Helvetica, Arial, sans-serif; 
		font-size: smaller;
		color: #009; 
		background: transparent;
		text-align: center; 
	}
.note 	{ 	font-size: smaller; 
		margin-left: 8%; 
		margin-right: 8%;
		text-align: center;
	}
.warning { 	font-weight: bold; 
	   	color: #F00; 
	   	background: transparent;
	   	margin-left: 8%; 
	   	margin-right: 8%;
	   	text-align: center;
	} 
.reminder { 	color: #096;
		font-weight: bold;
		background: transparent;
		margin-left: 8%;
		margin-right: 8%;
		text-align: center; 
	}
.menu 	{ 	margin-left: 8%; 
		margin-right: 8%; 
	}
.code 	{	margin-left: 6%;
		margin-right: 6%;
		background: #FFF;
		color: #000;
		padding: 10px;
		border: thin solid #06C; 
	}
.menubar { 
		color: #000;
                background: #FFC;
		text-align: center;
		font-weight: bold;
		border: 2px solid #06C;
	}
.menubar A {
		color: #00E; 
		background: transparent;
		text-decoration: none;
	}



