/* Custom CSS Typography for SiriusKeller.com */

p, ul, ol {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	color: #AAAAAA;
}

h1, h2, h3 {
	font-family: Georgia, serif;
}

.white {
	color: #FFFFFF;
}

.white_nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 5px;
}

.white_nav:link {
	color: #5566D9;
	text-decoration: none;
}

.white_nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.white_nav:visited {
	color: #5566D9;
	text-decoration: none;
}

.one-point-five {
	font-size: 1.5em;
}

.nowrap {
	white-space: nowrap;
}


a:link {
	color: #EEEEEE;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

a.blue:link {
	color: #EEEEEE;
	text-decoration: none;
}

a.blue:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.blue:visited {
	color: #EEEEEE;
	text-decoration: none;
}



