﻿body {
}

.urlint {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    color: black;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
}
    .urlint:hover {
        font-family: Verdana;
        font-size: 18px;
        font-weight: bold;
        width: 50%;
        color: mediumblue;
        margin-bottom: 5px;
        margin-top: 5px;
        text-decoration: none;
    }

.urlintMain {
    font-family: Verdana;
    font-size: 28px;
    font-weight: bold;
    width: 50%;
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
}

.urlintMain:hover {
    font-family: Verdana;
    font-size: 28px;
    font-weight: bold;
    width: 50%;
    color: whitesmoke;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
}

.buttonint {
    margin: 5px;
    font-family: Estrangelo Edessa,Verdana;
    font-size: 14px;
    background-color: mediumblue;
    color: Black;
    text-align: center;
    text-decoration-color:white;
    border-top-style: groove;
    border-left-style: groove;
    border-right-color: Black;
    border-bottom-color: Black;
    height: 22px;
}