a.one:link {  color: white; text-decoration: none }
a.one:visited {  color: white; text-decoration: none }
a.one:hover {  color: white; text-decoration: none }

.logo {font-family: Tahoma; font-size: 26px; font-weight: bold; color: #FFFFFF}
.text {font-family: Tahoma; font-size: 11px; color: #333333}
.title {font-family: Tahoma; font-size: 18px; font-weight: bold; color: #333333}
.text1 {font-family: Tahoma; font-size: 11px; color: #FFFFFF}

a.two:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
a.two:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
a.two:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

