.text {
	text-align: none;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	line-height : 28px;
}

.text2 {
	text-align: none;
	font-family: Baskerville Old Face;
	font-size: 16px;
	font-weight: none;
	text-decoration: none;
	color: white;
	line-height : 16px;
}

.textYellow {
	text-align: none;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: none;
	text-decoration: none;
	color: #fdd61c;
	line-height : 28px;
}

.titleYellow {
	font-family: Baskerville Old Face;
	font-size: 24px;
	font-weight: none;
	color: #fdd61c;
}


.rOver {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: none;
	color: #fdd61c;   
}




a:link {
	text-decoration: none;
	font-family: Times New Roman;
	color: white;
	font-weight: none;
}
a:visited {
	text-decoration: none;
	font-family: Times New Roman;
	font-weight: none;
	color: white;
}

a:active {
	font-family: Times New Roman;
	color: #fdd61c;
	font-weight: none;

}

a:hover {
	font-family: Times New Roman;
	color: #fdd61c;
	text-decoration: none;
	font-weight: none;
}


a.out  {	
	font-family: Times New Roman;
   	color: #fdd61c;
   	text-decoration: none; 
   	font-weight: none;
}