body{
background-color:black;
color:white;
border:solid 3px lime;
}

a{
color:lime;
}

a:hover{
color;aqua;
}

.biru{
background-color:black;
background-image:url(style/biru.png);
background-repeat:repeat-x;
background-position:top;
border:solid 2px blue;
}

.ijo{
background-color:black;
background-image:url(style/green.png);
background-repeat:repeat-x;
background-position:top;
border:solid 2px green;
}

.merah{
background-color:black;
background-image:url(style/red.png);
background-repeat:repeat-x;
background-position:top;
border:solid 2px red;
}

.abu{
background-color:black;
background-image:url(style/abu.png);
background-repeat:repeat-x;
background-position:top;
border:solid 2px gray;
}