/*Umum*/
/*text-decoration untuk memberikan garis bawah */
/*A:link{COLOR:blue;text-decoration: none; underline: none} 
A:visited{text-decoration: nonr}
A:hover{COLOR:red; text-decoration: none;}
*/
<style type="text/css" media="all">
A:hover {color: blue; text-decoration: none}
a:link
{
	color: #F4FE50;text-decoration: none
}
a:visited
{
	color: #F4FE50;text-decoration: none
}
a:hover, a:active
{
	color: #FF4400;text-decoration: none
}

/*iklan scroler*/
#floater {LEFT: 0px; POSITION: absolute; TOP: 200px; VISIBILITY: hidden; WIDTH: 33px; Z-INDEX: 2}
#floaterkiri {LEFT: 0px; POSITION: absolute; TOP: 200px; VISIBILITY: hidden; WIDTH: 33px; Z-INDEX: 2}

BODY 
{
	font-family: verdana;
	font-size: 10px; 
	font-color:#ffffff;
	fon MARGIN: 0px; 
	SCROLLBAR-FACE-COLOR: #9DB0C8; 
	SCROLLBAR-HIGHLIGHT-COLOR: #DFF2F9; 
	SCROLLBAR-SHADOW-COLOR: #84CFE7; 
	SCROLLBAR-ARROW-COLOR: #0000FF; 
	SCROLLBAR-BASE-COLOR: #A2DFC5; 
	scrollbar-3d-light-color: #A2DFC5; 
	scrollbar-dark-shadow-color: #000000;
}

table {font-size: 10pt; font-family: Verdana; font-color:#ffffff; }

/*horisontal rule*/
.myhr {color:#8f8dd4; height:1px; noshade}
.putih {color:#FFFFFF;}
.bg_putih {background-color:#FFFFFF;}
.header {background-color:#CCCCCC;}
.header_biru {background-color:#0099FF;font-size:9pt;color:#FFFFFF;}
.small_font {font-size:9pt;}
/*body*/
.button {
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	background: brown fixed;
	margin: 0;
	padding: 0 1px;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	font-weight: bold;
	width:125; 
	height:21;
}

/*menu indra*/

#navsite ul{
	padding:3px 0;
	margin-left:0;
	border-bottom:1px solid #003399;
	font:bolt 12px verdana,sans-serif;	
}
#navsite ul li{
	list-style:none;
	margin:0;
	display:inline;
}
#navsite ul li a{
	padding:3px 0.5em;
	margin-left:3px;
	background:#DDE;
	text-decoration:none;
	border:1px solid #003399;
	border-bottom:none;
}

#navsite ul li a:link{
	color:#448;
}
#navsite ul li a:visited{
	color:#667;
}
#navsite ul li a:link:hover,#navsite ul li a:visited:hover{
	color:#000;
	background:#AAE;
	border-color:#227;
}
#navsite ul li a#current{
	background:white;
	border-bottom:1px solid white;
	
	
}
p{
text-align:justify;
}
</style>

	


