﻿html, body {
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	color: #05A2EE;
	font-size: 2.6em;
	font-weight: lighter;
	line-height: 1.2em;
	padding: 10px 0 15px 0;
}

h2 {
	color: #444;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: lighter;
	padding-bottom: 18px;
}

h3 {
	color: #444;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: lighter;
}

h4 {
	font-family: Georgia;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: lighter;
}

p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.633em;
	text-shadow: #fff 0px 1px 0px;
}

strong {
	font-weight: bold;
}

a:link { 
	color: #05A2EE;
	text-decoration: underline; 
	padding: 2px;
}

a:visited { 
	color: #05A2EE; 
	text-decoration: underline; 
	padding: 2px;
}

a:hover { 
	color: #fff; 
	text-decoration: none; 
	background: #05A2EE;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	text-shadow: #0580bc 0px -1px 0px;
}

a:active {
	color: #fff;
	text-decoration: underline; 
}

.blue {
	color: #05A2EE;
}

.footer p {
	font-size: 0.6333em;
	color: #999;
	text-shadow: #fff 0px 1px 0px;
}

.links {
	font-size: 0.6333em;
}