
body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
	background: #58147B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
}

A:link {
	text-decoration:none;
	color:Blue;
	font-weight:normal
	
}


A:visited {
	text-decoration:none;
	color:Blue;
	font-weight:normal	
}


A:hover {
	text-decoration:underline;
	color:blue;
	font-weight:normal	

}


.menu {
	text-decoration:none;
	color:purple;
	font-weight:normal;
	font-size:13px;
}


.menu a:link {
	text-decoration:none;
	color:purple;
	font-weight:bold;
	font-face: Tahoma;
}


.menu a:visited {
	text-decoration:none;
	color:Purple;
	font-weight:bold
}


.menu a:hover {
	text-decoration:underline;
	color:navy;
	font-weight:Bold;
	font-size:13px;

}

.menu a:active {
	text-decoration:none;
	color:navy;
	font-weight:Bold;
	font-size:13px;

}



.footer {
	text-decoration:none;
	color:#000066;
	font-weight:normal;
	font-size:10px;
	line-height:125%;
}

.text {
	font-size:14px;
	font-face: Trebuchet MS, Verdana;
	padding-right: 35px;
	padding-left: 15px;
	color:#58147B;
	font-weight:normal;
}

.title {
	font-size:16px;
	font-face: Arial;
	padding-bottom: 5px;
	color:#000066;
	font-weight:bold;
}

.form {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.albumtitle {
	font-size:18px;
	font-face: Trebuchet MS, Arial;
	color:#58147B;
	font-weight:bold;
	padding-top:15px;
}

.formtitle {
	font-size:16px;
	font-face: Trebuchet MS, Arial;
	color:White;
	font-weight:bold;
}

.Sponsortitle {
	font-size:16px;
	font-face: Arial;
	color:Purple;
	font-weight:bold;
	font-variant:small-caps;
}

.sponsor {
	text-decoration:none;
	color:9B009B;
	font-weight:bold;
	font-size:11px;
	font-face: Tahoma;
}


.sponsor a:link {
	text-decoration:none;
	color:9B009B;
	font-weight:bold;
	font-face: Tahoma;
	font-size:11px;
}


.sponsor a:visited {
	text-decoration:none;
	color:9B009B;
	font-weight:bold;
	font-face: Tahoma;
	font-size:11px;
}


.sponsor a:hover {
	text-decoration:underline;
	color:navy;
	font-weight:Bold;
	font-size:11px;
	font-face: Tahoma;

}



