/* links styling */

.content a:link {
	color: #990033;
	text-decoration: underline; 
}
.content a:visited {
	color: #9933FF;
	text-decoration: underline; 
}
.content a:hover {
	color: #FF66FF;
	text-decoration: none;
	background-color: Wheat;
}
.content a:active {
	color: #6666CC;
	text-decoration: underline;
}
.underline:link {
	color: #990033;
	text-decoration: underline;
}
.underline:visited {
	color: #9933FF;
	text-decoration: underline;
}
.underline:hover {
	color: #FF66FF;
	text-decoration: underline;
	background-color: Wheat;
}
.underline:active {
	color: #6666CC;
	text-decoration: underline;
}
a.bubble:link {
	color:yellow;
}
a.bubble:hover {
	color:#009;
	text-decoration:none;
	background-color: Wheat;
}
a.bubble:active {
	color:yellow;
}
a.bubble:visited {
	color:yellow;
}
a.botlink:link {
	color:#666;
	font: normal 13px arial, helvetica, sans-serif;
	text-decoration:none;
}
a.botlink:hover {
	color:#000;
	font: normal 13px arial, helvetica, sans-serif;
	text-decoration:underline;
	background-color: Wheat;
}
a.botlink:active {
	color:#666;
	font: normal 13px arial, helvetica, sans-serif;
	text-decoration:none;
}
a.botlink:visited {
	color:#666;
	font: normal 13px arial, helvetica, sans-serif;
	text-decoration:none;
}

a.imglink:link {
	color:#FEF;
	text-decoration:none;
}
a.imglink:visited {
	color:#FEF;
	text-decoration:none;
}
a.imglink:hover {
	color:#FEF;
	text-decoration:none;
}
a.imglink:active {
	color:#FEF;
	text-decoration:none;
}
