body{
    background: url(../img/powerpoint.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
	background-size:cover;
}
.menu{
    text-decoration: none;
    width: 200px;
    padding: 4px 4px 4px 4px;
}
.penting{
        color: #FF0000;
        /*font-weight: bold;*/
}
.kertas{
    background-color: #FFFFFF;
}
.whitefont{
    color: #CFEBE0;
    text-shadow: 0px 0px 7px #666666;
}

