/* CSS Document */

.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #F5D9FE;
}

.style1 a{
	font-family: tahoma;
	font-size: 11px;
	color: #F5D9FE; 
	text-decoration:none;
}

.style1 a:hover{
	font-family: tahoma;
	font-size: 11px;
	color: #F5D9FE; 
	text-decoration:underline;
}

.style2 {
	font-family: tahoma;
	font-size: 11px;
	color: #6F1E7D;
}

.style2 a{
	font-family: tahoma;
	font-size: 11px;
	color: #6F1E7D; 
	text-decoration:underline;
}

.style2 a:hover{
	font-family: tahoma;
	font-size: 11px;
	color: #6F1E7D; 
	text-decoration:underline;
}
