BODY {
	background-color : #bbbb35;
}
.p {
	font-family : Arial;
	font-size : x-small;
	font-style : normal;
	font-weight : bold;
	color: Green;
}
.pp {
	font-family : Arial;
	font-size : xx-small;
	font-style : normal;
	font-weight : bold;
	color: Green;
}
A:LINK {
	font-family : Arial;
	font-size : x-small;
	color : #1a6600;
	text-decoration : none;
}
A:ACTIVE {
	font-family : Arial;
	font-size : x-small;
	color : #1a6600;
	text-decoration : none;
}
A:VISITED {
	font-family : Arial;
	font-size : x-small;
	color : Navy;
	text-decoration : none;
}
A:HOVER {
	font-family : Arial;
	font-size : x-small;
	color : #1a6600;
	font-weight : bold;
	text-decoration : none;
}
.k {
	font-size : x-small;
	font-family : Arial;
	color: #0f3c00;
	text-align : center;
}
.m {
	font-size : 11px;
	font-family : Arial;
	color: #CC3300;
	font-weight : bold;
}
body,textarea { 
scrollbar-face-color:#fce999;
    scrollbar-highlight-color: #eff27d;
    scrollbar-shadow-color: #2c2c02;
    scrollbar-3dlight-color: #c3c308;
    scrollbar-arrow-color: Green;
    scrollbar-track-color: #ebd376;
    scrollbar-darkshadow-color: #2c2c02
	;
}

