@charset "UTF-8";
/* CSS Document */
/* Font CSS for micahgast.com, 2009 */

/*  light blue - #91c0ed
	dark blue - #5a7793
	light tan - #b39e85
	gray - #5a5b54
*/

h1 {
	font-family:"Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:lighter;
	color:#FFFFFF;
}

h2 {
	font-family:"Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size:16px;
	color:#91c0ed;
	border-bottom: 2px #5a7793 solid;
	width: 100%;
	font-weight:lighter;
}

h3 {
	font-family:"Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size:15px;
	color:#5a7793;
	font-weight:lighter;
	border-bottom: 1px #5a7793 solid;
	width: 100%;	
	margin-top:-7px;
	margin-bottom:-15px;
}

h4 {
	font-family:"Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:lighter;
}

h5 {
	font-family:"Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:lighter;
}

p {
	font:"Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

a:
