
body
{
	font-family: verdana;
	font-size: 13px;
}

a:link, a:visited, a:active
{
	color: #ff0099;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 30px;
	border-bottom: 1px solid #eeeeee;
	margin: 0px -20px 10px -20px;
	padding: 0px 20px 10px 20px;
	color:#ff0099
}

p
{
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}

a.homelink:link, a.homelink:visited, a.homelink:active
{
	background: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	color: #ff0099;
	display: block;
	height: 100%;
	padding: 25px 10px 25px 10px;
}

a.homelink:hover
{
	background: #000000;
}

.navi ul
{
	margin: 0px 0px 0px 7px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

.navi ul li
{
	line-height: 1.1;
}

.navi a:link, .navi a:visited, .navi a:active
{
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.navi a:hover
{
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Quotes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	Font-size: 20px;
	font-style: italic;
	color:#ff0099
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
/* End Quotes */

