A {
 color: white;
 text-decoration: none;
}
A:hover {
 color: white;
 text-decoration: underline;
} 
A:active {
 color: yellow;
 text-decoration: none;
}
.text {
 color: white;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 text-decoration: underline;
 font-weight: normal;

}
.text2 {
 color: white;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 text-decoration: none;
 font-weight: normal;

}

.popup {
	color:  #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}

.popup:hover {
	color:  #000000;
	font-size: 12px;
	font-family:Verdana,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}

.popup2 {
	color:  #ffffff;
	font-size: 12px;
	font-family:Verdana,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}

.popup2:hover {
	color:  #ffffff;
	font-size: 12px;
	font-family:Verdana,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}

.popupdescr {
	color:  #000000;
	font-size: 20px;
	font-family:Verdana,Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}
