BODY, TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
	color : white;
	scrollbar-face-color: #160EE4;
	scrollbar-shadow-color: #160EE4;
	scrollbar-highlight-color: #160EE4;
	scrollbar-3dlight-color: #1D00FF;
	scrollbar-darkshadow-color: #1D00FF;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

A {
	color : yellow;
	text-decoration : none;
}

A:hover {
	color : yellow;
	text-decoration : none;
}

.title {
	font-size : 16px;
	color : yellow;
	font-weight : bold;
}

.yellow {
	color : yellow;
	font-weight : bold;
}

.smaller {
	font-size : 10px;
	text-decoration : none;
}

.borderimage.hover {

 background-color: Red;
 background: Red;
 color: Red;
}

