body {
    text-align: left;
    background: #EAE6FF url(web_images/bg.gif) repeat-y 50% 0%;
}

.everything {
    margin: 0px auto 0px auto;
	width: 600px;
	font-family: Georgia, Verdana, Times, "Times New Roman", Helvetica, Arial, Geneva, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
}

.header {
	width: 600px;
	float: left;
	padding: 0px;
	margin: 10px 0 0 0;
}

.info {
    border-top: 1px solid #FFCCFF;
	border-bottom: 1px solid #FFCCFF;
	float: left;
	width: 600px;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
}

.guts {
	width: 600px;
	float: left;
	margin: 0 0 10px 0;
}


.footer {
	border-top: 1px solid #FFCCFF;
	width: 600px;
	float: left;
	padding: 2px 0 20px 0;
	margin: 20px 0 0 0;
}

img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

p {
	color: #660099;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.6em;
}

p.foot	{
	color: #CC99FF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.6em;
}


strong.black { color: black; }

a:link {
	font-family: Georgia, Verdana, Times, "Times New Roman", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #660099;
	margin: 0;
	border-bottom: #FF00CC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	line-height: 1.6em;
}

a:visited {
	font-family: Georgia, Verdana, Times, "Times New Roman", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #660099;
	margin: 0;
	border-bottom: #FF00CC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	line-height: 1.6em;    
}

a:hover {
	text-decoration: none;
	color: #FF00CC; 
	margin: 0;
	border-bottom: #660099;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	line-height: 1.6em;
}

a:active {
	text-decoration: none;
	color: #660099; 
	margin: 0;
	border-bottom: #660099;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	line-height: 1.6em; 
}



