/* Recipes.css -- style sheet for Rich's recipes application */

@media screen {

body {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000;}

table {font-size: 12px; line-height: 16px; color: #000000}

h1 {font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -16px}
	
h2 {font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -14px}
		
h3 {font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -14px}
	
h4 {font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;}	
	
li {margin-bottom: 8px}	
	
.textbox {font-size: 12px; font-family: Arial, Helvetica, sans-serif}	
	
.subhead {font-size: 18pt; font-weight: bold;}

.reverse-subhead {font-size: 18px;
	              font-weight: bold;
                  font-color: white}		

.navigation {font-weight: bold; text-align: center; }

.noprint_col {}

.noprint {}

}

@media print {
body {font-family: Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	  color: #000000}
		
h1 {font-size: 18pt;
	font-weight: bold;
	text-align: center;
	bottom-margin: -3pt}

h2 {font-size: 16pt;
	font-weight: bold;
	text-align: center;
	bottom-margin: -3pt}

h3 {font-size: 14pt;
	font-weight: bold;
	text-align: center;
	bottom-margin: -2pt}

h4 {font-size: 12pt;
	font-weight: bold;
	text-align: center;
	bottom-margin: -2pt}
	
table {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}

.textbox {font-family: Arial, Helvetica, sans-serif; font-size: 9pt}	
       		
.navigation {display: none;}

.noprint_col {display: none}

.noprint {display: none}

}
