﻿.foo {} /* Wc3 Standards require a class to be first on stylesheets */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Content Layout StyleSheet - Ventura Air Services
*              Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the content css styles for the entire project.
*   All subpage styles, links, forms, and other non-layout items can be found in 
*   their respective style sheets.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* { margin: 0px; padding: 0px; }
body {
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-size: 11px;
}
p { margin-bottom: 15px; }
ul, ol { list-style-position: inside; }
ul { list-style-type: square; margin-bottom: 10px; }

h1 
{
	padding-bottom: 15px; 
	margin: 0px;
	font-size: x-large;
	color: #993300;
	font-family: georgia,palatino;
	font-weight: bold;
	font-style: italic;
}