/* This style sheet only provides universal text styles, no layout */

body {
	font-family: Calibri, "Lucida Sans", Helvetica, Arial, sans-serif;
	}

h1 {
	text-align:center;
	text-transform:uppercase;
	font-size: 250%;
	line-height: 80%;
	color:#036;
	letter-spacing: -2px;
	margin-bottom:1em;
	}
h2 {
	text-align:center;
	font-size:24px;	
	color:#036;
	}
	
a img {
	border:none
	}
a {
	text-decoration: none;
	font-weight: bold;
	}
a:link, a:visited {
	color:#036;
	}
a:hover, a:active {
	color:#E80;
	text-decoration: underline
	}

.clear {
	clear:both
	}
