﻿/* PRINTABLE RECIPES CSS */

/* HEADING DEFINITIONS */

h1 {font-family: Verdana, Arial, sans-serif; color: #415799; text-align: left; font-size: 20px; font-weight: normal; padding: 0px; margin: 0 0 10px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #415799; text-align: left; text-transform: lowercase; font-size: 20px; font-weight: normal; letter-spacing: 1px; margin: 8px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #C12238; text-align: left; text-transform: lowercase; font-size: 16px; font-weight: bold; margin: 10px 0;}
h4 {font-size: 120%; font-weight: bold; color: #F76937;}
h5 {font-size: 120%; font-weight: bold; color: #415799; margin: 10px 0;}
h6 {font-size: 100%; font-weight: bold; color: #000000; margin: 10px 0;}

li {list-style-image: url('images/bullet.gif'); font-size: 100%;}
.align_right {
	text-align: right;
}

.column_600 {
	width: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

