


/*use for kairos onlink */

.onlink {

color: #fff;
font-weight: bold;
}

#content .kairoslinks  {

color: #900;
font-weight: normal;
}

#content .kairoslinks p {
color: #900;

}

#content .kairoslinks a:link {

color: #2A1FFF;
text-decoration: none;
font-weight: normal;
}

#content .kairoslinks a:hover {
color: #2A1FFF;
text-decoration: underline;
}

/*for kairos content area only */


#content a:link, #content a:visited {
	color: #03f;
	text-decoration: none;
	background: transparent;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration: underline;
	color: #03f;
	background: transparent;
	
}