/* CSS Document */



/* style untuk hyperlink  */

.linkOutside:link {
text-decoration: underline;
color: #3366ff
}

.linkOutside:visited {
 text-decoration: underline;   
 color: #993399 
 }
 
.linkOutside:hover { 
color: #3366ff; 
} 				  

/* style untuk content */
#contentStyle {
	position:absolute;
	padding:4px 10px 10px 10px;
	left:220px;
	top:0px;
	width:660px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

* html #contentStyle  {
top:10px;

}

/* style untuk menu */
#menuStyle {
background: #d7d9e4;
position:absolute;
top:10px;
left:0px;

width:200px;
padding:10px;
line-height:12px;
font-size:8pt;
}

/* style untuk indentasi menu */
.menuIndentation {

  		margin-top: 0em;
  		margin-right: 1em;
		margin-bottom: 0em;
	    margin-left: 1em;

}

/* style untuk link pd menu */

.linkMenu:link, .linkMenu:visited { text-decoration: none; 
	                    color: black }
.linkMenu:hover { color: #ff0000; } 