body {
	background-color: white;
}
img
{
    border: none;
}
a:link, a:active
	{
	color: #9966ff;
}
a:visited
	{
	color: #9966ff;
}
.imgText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration : none;
	color: #9966ff;
}
.logo {
	font-family: "Comic Sans MS";
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-decoration : none;
	color: #9966ff;
}

.boldText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	text-decoration : none;
	color: #9966ff;
}
.CenterText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	text-decoration : none;
	color: #9966ff;
}
.bigText {
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-style: normal;
	text-decoration : none;
	color: #9966ff;
}

.Footer {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-style: normal;
	color: #9966ff;
    text-align: center;
	background-position: center center;
	height: 30px;
	width: auto;
}
