/* CSS Document */
/* Blueberry Lodge Sytles Template ... wrg 20070304 */
* {
	color: #220066;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-weight: 400;
}
body {
	margin-left: 5%;
	margin-right: 5%;
}

h2 {
	margin-top: 1em;
	font-size: 125%;
	margin-bottom: 0em;
}

h3 {
    text-transform: uppercase;
	margin-top: 2em;
}
p {
	margin-top: 1em;
}
a {
	text-decoration: underline;
}
a:link {
    color: #0000bb;
}
a:active {
	color: #dd00dd;
}
a:visited { 
	color: #8800d0;
}
a:hover {
	color: #cc0000;
}
