BODY {
    SCROLLBAR-FACE-COLOR: #c4df9b;
    FONT-SIZE: 12pt;
    MARGIN: 5px;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #c4df9b;
    COLOR: yellow; <!-- #c4df9b; -->
    SCROLLBAR-3DLIGHT-COLOR: #c4df9b;
    SCROLLBAR-ARROW-COLOR: #5a9529;
    SCROLLBAR-TRACK-COLOR: #538a26;
    FONT-FAMILY: Tahoma, Arial, 'Arial CE';
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
    BACKGROUND-COLOR: #5a9529
}

P {
    FONT-SIZE: 12pt;
    COLOR: #c4df9b;
    FONT-FAMILY: Tahoma, Arial, 'Arial CE'
}

TABLE {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	font-size: 12pt;
}

h3 {
    color: yellow;
    font-weight: bold;
}

a:link {
	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
}

a:visited {
	background-color : transparent;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration : none;
}

a:hover {
	background-color : transparent;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration : underline;
}

a:active {
	background-color : transparent;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration : underline;
}

.medium-header {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}
.bigger-header {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.big-header {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
.cat_header {
	font-size: large;
	font-weight: bold;
	display: inline-block;
}
