/* generic styles from template version 1.0 */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents 
	Layout
	Typography and Inline Elements
*/

/* Layout */
/* *************************************************************************************** */
* {margin:0;padding:0;border:none} /* Reset all elements to zero margin and padding */

body {
	color: #FFFFFF;
	font: 100%/1.75em Arial, Helvetica, sans-serif;
}
.left {float:left; margin:0 1em 1em 0}
.right{float:right; margin: 0 0 1em 1em}

/* Typography and Inline Elements */
/* *************************************************************************************** */
h1 {}
h2 {}
h3 {}
p {margin:0 0 1em}

ul {}
li {}

a:link {color: #ccc; font-weight: bolder;}
a:visited {color: #aaa; font-weight: bolder;}
a:hover, a:active {color: #999; font-weight: bolder;}

