.main {
    font-family: Arial;
    font-size:13px;
}
    .main a {
        color: #00A28F;
        text-decoration: none;
    }
    .main a:hover {
        text-decoration: underline;
    }

.subtitle {
    font-family: Arial;
    font-size:13px;
    font-weight: bold;
}
    .subtitle a {
        font-weight: bold;
        color: #00A28F;
        text-decoration: none;
    }
    .subtitle a:hover {
        text-decoration: underline;
    }

.grey {
    font-family: Arial;
    font-size:13px;
}

.title {
    font-family: Arial;
    font-size:18px;
}

.name {
    font-family: Arial;
    font-size:16px;
    font-weight: bold;
}

.ptitle {
    font-family: Arial;
    font-size:13px;
    font-weight: bold;
}

.description {
    font-family: Arial;
    font-size:13px;
}

.sidebar {
    font-family: Arial;
    font-size:18px;
}
    .sidebar a {
        color: 000000;
        text-decoration: none;
    }
    .sidebar a:hover {
        color: #00A28F;
    }
.img {
    border-width: 2px;
    border-color: #00A28F;
}
