﻿
body {
    font-family: Helvetica,Jenewa;
}
a.hitam {
    text-decoration: none;
    outline: none;
    color: black;
}
a.hitam:hover {
    color: black;
}
a.hitamBold {
    text-decoration: none;
    outline: none;
    color: black;
    font-weight:bold;
}

a.hitamBold:hover {
    color: black;
    font-weight: bold;
}
a.merah {
    text-decoration: none;
    outline: none;
    color: red;
}
a.merah:hover {
    color: red;
}
a.putih {
    text-decoration: none;
    outline: none;
    color: white;
}
a.putih:hover {
    color: white;
}
a.menu {
    text-decoration: none;
    outline: none;
    color: black;
    padding: 5px;
    border: 2px solid red;
}
a.menu:hover {
    color: black;
}

        .title {
            font-weight: bold;
            font-size: 1.8vmax;
        }
        .title2 {
            font-weight: bold;
            font-size: 1.4vmax;
        }