H1,H2 {color: mediumvioletred; font-family:serif}
table { border-style:ridge; border-color:LightSkyBlue;
        background-color:peachpuff;
        font-family:arial; color:mediumvioletred}

STRONG {color:blue}

ul ul { list-style-image: url("arrow.gif") }
ul { list-style-image: url("square.gif") }

body{ background-image:url("bunga2.jpg"); background-repeat: repeat-y; margin-left: 6cm;
      background-color:LemonChiffon; font-family:arial; font-size: smaller}

a {color: brown; text-decoration: none}
a:hover {text-decoration: underline;font-style: italic; color:green; background-color: "palegoldenrod"}

.label  { font-weight: bolder; text-align: right }
