/*******************************************************************************
 * Copyright (c) 2007 The Montecito Journal
 *
 * TERMS OF USE
 * By using this program, the user agrees to abide by the following terms:
 *
 * 1. The code in this script is provided "as is". The Montecito Journal will
 *    not be held responsible for any damages which may result from the
 *    execution of any code contained within this file.
 *
 * 2. This code may be modified to suit the specific needs of the user, but no
 *    part of the code, or any software derived from this code, may be sold -
 *    either as a stand-alone product or as a part of a larger product.
 *
 * 3. That is all! Enjoy working with the software, and good luck!
 *
 ******************************************************************************/
/*   Remove style   */
address { font-style:normal }
div,span,p,ul,li,h1,h2,h3,h4,h5,h6 { margin:0; padding:0 }
img { margin:0; border:0 }
a { color:#cc0000 }
a:active,a:visited,a:link,a:hover { text-decoration:underline }

/*   Apply style   */
html {
	height:100%;
	background:#e4ded7;
}

body {
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:150%; /* changed from 1.5em */
	background:url(images/stripes_bg.gif) repeat-x;
}

p { margin-bottom:0.75em }
ul { margin:0.75em 0; padding:0 }
a:hover { color:#CC0033; text-decoration:underline }

h1 { margin-bottom:0.75em; padding-bottom:0.1em; font-size:1.5em; color:#444; border-bottom:solid 1px #999 }

h2  { margin-bottom:0.5em; font-size:1.5em; color:#003399 }
h2 a { font-size:1em; color:#990000 }

h3 { font-size:1.2em; color:#336699 }
h3 a { font-size:1em }

h4 { font-size:1.2em; color:#003399 }
h4 a { font-size:1em; color:#003399 }
