body {
	font: 14px "Arial";
	color: #330033;
	text-align: center;
	background: url(bg.jpg) #551177;
}

a:link { 
	color: #ccccff;
}

a:visited { 
	color: #663333;
}

a:hover { 
	color: #cccccc;
	background: #333333;
}

a:link img {
	border: 2px solid #ccccff;
}

#image {
	border: 0px;
}

a.img:hover {
	background: transparent;
}

h1 {
	font: 16px "Arial";
	font-weight: bold;
	color: #ffff66;
	line-height: 0px;
}

h2 {
	font: 32px "Arial Black";
	font-weight: bold;
	color: #ffff66;
	text-decoration:underline;
}

hr {
	border: solid #663399;
}

#centercontent {
	background:#886cdd;
	text-align:left;
	width:600px;
	padding:8px;
	border:3px solid #660099;
}