/* The Long Civil Rights Movement Project - style.css */

/* Written by Goodtravel Web Designs - http://goodtraveldesign.com */

/* Background #dceafa */
/* Red #9a3334 */
/* Gray #3b3b3b */
/* Gray #999999 */
/* Blue #003366 */
/* Light Blue #5b7c9d */
/* GrayYellow #eae7df */

/*-----------------
 HTML SELECTORS
------------------*/

/ * Removes Browser Styles */
/* Removes Browser Styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	
	margin:0px;
	padding:  0px; 
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

body {
font-size:12px;
color: inherit;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
background-color: transparent;
}

h1 { font-size:2.4em; line-height:1.1em; padding-bottom:17px; font-weight:normal; margin-bottom:10px;}
h2 { font-size:2em; padding-bottom:0.4em;}
h3 { font-size:1.5em; padding-bottom:0.4em;}
h4 { font-size:1.3em; padding-bottom:0.4em;}
h5 { font-size:1.2em; padding-bottom:0.4em; font-weight:bold;}
h6 { font-size:1.2em; padding-bottom:0.4em; font-style:italic;}
p { font-size:1.1em; line-height:2em; padding-bottom:1.5em;} /* ******* Changed 4/3/2010 ******** */

a { color: #003366; text-decoration: underline;}
a:hover { color:#003366; text-decoration: none; } 


ul{
    margin: 0;
    padding: 0;
}

li { list-style-type: none; }

