﻿/*Typography*/

body {
	font-size: 75%;
	}
td,tr,table {
	font-size: 100%;
	}

body,p,div,li,ol,dl,td,em,address,pre,blockquote,span {
	font-family: Lucida Grande, helvetica, verdana, arial, sans-serif;
	color: #262c31;
	}

p { 
	line-height: 1.4em;
	/* letter-spacing: .1em; */
	 } 

h1, h3, h4, h5, h6	{
	color:#770000;
	font-family: Lucida Grande, helvetica, verdana, arial, sans-serif;
	}
h2	{
	color:#5b97b1;
	font-family: Lucida Grande, helvetica, verdana, arial, sans-serif;
	}	


h1 {
	font-size:160%;
	}

h2 {
	font-size:150%;
	}

h3 {
	font-size:140%;
	}

h4 {
	font-size:130%;
	}
h5 {
	font-size:120%;
	}
h6 {
	font-size:110%;
	}

/* LINKS */
a:link {
	color:#bf2c37;
	text-decoration:underline;
	}
a:active {
	color:#FF0000;
	text-decoration:underline;
	}
a:visited {
	color:#bf2c37;
	text-decoration:underline;
	}
a:hover {
	color:#bf2c37;
	text-decoration:none;
	}
