a {
	color : orange;
	text-decoration : none;
}

a:hover {
	color : green;
	text-decoration : underline;
}

a.side {
	color : green;
	text-decoration : none;
}

a:hover.side {
	color : green;
	text-decoration : underline;
}

a.white {
	color : #ddd;
	text-decoration : none;
}

a:hover.white {
	color : #ddd;
	text-decoration : underline;
}

body {	scrollbar-3d-light-color: orange;
                scrollbar-arrow-color: green;
                scrollbar-base-color: #fff;
                scrollbar-dark-shadow-color: green;
                scrollbar-face-color: orange;
                scrollbar-highlight-color: green;
                scrollbar-shadow-color: green;
                scrollbar-track-color: #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

td { 	padding : 5px 10px 5px 10px;
	border : 1px solid green;
	vertical-align: top;
}

table { 	border : 1px solid green;
}
