.h1 {
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F2C2F6;
	background-color: #8976BC;
	letter-spacing: 2px;
	padding: 2px;
}
.h2 {
	font-family: tahoma;
	font-size: 9px;
	color: #585472;
	padding: 2px;
}
.h3 {
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #D9AAFC;
	text-align: center;
	
}


a:link {
	color: #8976BC;
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:visited {
	color: #8976BC;
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	color: #E7B8EA;
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:active {
	color: #8976BC;
	font-family: tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
img {
border-left-color: #EEEEEE;
border-bottom-color: #EEEEEE;
border-top-color: #EEEEEE;
border-right-color: #EEEEEE;)