﻿body {
    font-family: "Times New Roman" , Times, serif;
}
a {
    font-weight: bold;
    color:Red;
    
}
a:visited {
    color: Red;
}

a.menu:hover a.menu:link a.menu:active {
    color: Red;
}
a.menu:visited {
    color: Yellow;
}
.menucontainer {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
    border-collapse: collapse;
    border: thin ridge #C0C0C0;
    text-decoration: none;
    font-weight: bold;
    background-color: Black;
    color: #90f0ec;
}


img {
    border: 0px;
}



