a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}


/* link 1 */
.class1 A:link {
text-decoration: none; 
font-size: 10px;
color: #E0E6B5;
}

.class1 A:visited {
text-decoration: none;
font-size: 10px;
color: #E0E6B5;

}
.class1 A:active {
text-decoration: none;
font-size: 10px;
color: #E0E6B5;
}
.class1 A:hover {
text-decoration: none; 
font-size: 10px;
color: white;
}
/* End of link 1 */

.class2 A:link {
text-decoration: none; 
color: #ffffff;
}

.class2 A:visited {
text-decoration: none;
color: #ffffff;
}

.class2 A:hover {
text-decoration: none; 
color: black;
}

/* link 3 */

.class3 A:link {
text-decoration: none; 
font-size: 13px;
color: #ff6633;
}

.class3 A:visited {
text-decoration: none;
font-size: 13px;
color: #ff6633;

}
.class3 A:hover {
text-decoration: none; 
font-size: 13px;
color: #000000;

}
/* End of link 3 */

/* link 4 */

.class4 A:link {
text-decoration: underline; 
font-size: 15px;
color: #ff6633;
font-weight: normal;
}

.class4 A:active {
text-decoration: none; 
font-size: 15px;
color: #ff6633;
font-weight: normal;
}

.class4 A:visited {
text-decoration: underline;
font-size: 15px;
color: #ff6633;
font-weight: normal;

}
.class4 A:hover {
text-decoration: underline; 
font-size: 15px;
color: #000000;
font-weight: normal;

}
/* End of link 4 */

#qa_controls a {
 color: #ff6633;
 font: bold 11px Arial, Helvetica, sans-serif;
 cursor: pointer;
}