/* This is the blue stylesheet for KarenLLew.com. */

BODY 		{ 	background-color: #999999; 
				font-family: Georgia, serif; }

A:link 		{ 	color: #003399; text-decoration: none; }
A:visited 	{ 	color: #333366; text-decoration: none; }
A:active 	{ 	color: #0033ff; text-decoration: underline; }
A:hover 	{ 	color: #0033ff; text-decoration: underline; }

TABLE.page 	{ 	background-color: #ffffff; }

IMG.logo 	{ 	margin-bottom: 24px; }

.lavendar 	{ 	color: #9999cc; }

/* Sidebar rules */

.sidebar 	{ 	background-color: #003366; }
.sidebar A 	{ 	font: smaller Verdana, Geneva, Arial, sans-serif; }
.sidebar A:link 	{ 	color: #ccffff; text-decoration: underline; }
.sidebar A:visited	{ 	color: #ccccff; text-decoration: underline; }
.sidebar A:active 	{ 	color: #ccffff; text-decoration: underline; }
.sidebar A:hover 	{ 	color: #ccffff; text-decoration: underline; }

.features		{ 	color: #99ccff; margin: 0 12px;
					text-align: center; line-height: 1.33em; }
.features EM 	{ 	font-weight: bold; font-style: italic; }

.outline			{ 	color: #99ccff; margin: 0 12px;
					text-align: right; line-height: 1.33em; }
.outline EM 		{ 	font: bold 0.85em Verdana, Geneva, Arial, sans-serif; 
					font-style: normal; }

DIV.outline SPAN.here,
DIV.features SPAN.here 	{ 	font: smaller Verdana, Geneva, Arial, sans-serif; }

.stars 			{ 	color: #ffcc66; text-align: center; }


/* Navigation Bar rules */

TD.mainnav 	{ 	background-color: #9999cc; }
.navbar 	{ 	padding-top: 10px; color: #333366; 
				font-size: 12px; }
.navbar A 	{ 	font: bold 10px Verdana, Geneva, sans-serif; 
				letter-spacing: 1px; text-transform: uppercase; 
				}
.navbar A.here 	{ 	color: white; text-decoration: none; }

.navbar A.nav:link 	{ 	color: #333366; }
.navbar A.nav:visited 	{ 	color: #333366; }
.navbar A.nav:active 	{ 	color: #ccccff; }
.navbar A.nav:hover 	{ 	color: #ccccff; text-decoration: none; }

/* Main Text rules */

.tagline img	{	margin-top: 5px; }

.text 		{ 	margin-top: 24px; margin-right: 24px; }
.text H1 	{ 	font: 1.66em Georgia, serif; font-weight: normal; color: #000033; }
.text H2 	{ 	font: 1.33em Georgia, serif; font-weight: normal; color: #000033; }
.text P	 	{ 	line-height: 1.33em; }

.text P.answer 	{ 	margin-left: 12px;}
.text P.answer B 	{ 	font-family: Verdana, Geneva, Arial, sans-serif; 
					font-weight: bold; color: #003366; }
					
.text UL	{ 	line-height: 1.33em; }
					
.sans 		{ 	font: normal smaller Verdana, Geneva, Arial, sans-serif; }
					

.copyright 	{ 	font: smaller Verdana, Geneva, Arial, sans-serif;
				color: #333333; text-align: left; 
				margin-top: 0.5em; margin-bottom: 1.5em; }
				


