.tb {
	COLOR: Navy;
	font-weight : lighter;
	text-decoration : none;
}

.tb:hover {
	COLOR: Red;
	font-weight : bold;
	text-decoration : none;
}

.tc {
	COLOR: Blue;
	font-weight : lighter;
	text-decoration : none;
}

.tc:hover {
	COLOR: #3399FF;
	font-weight : bold;
	text-decoration : none;
	font-size: larger;
}

BODY{
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFF00;
scrollbar-highlight-color: #C0C0C0;
scrollbar-face-color: #0099FF;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #800000;
scrollbar-track-color: #EAEAEA;
}
