﻿
@charset "utf-8";

#menu a {
    position: center;
    left: 320px;
    text-decoration: none;
    background-color: silver;
    color: black;
    padding: 1px 30px;
}

#menu {
    list-style-type: none;
    padding: 40px 0;
    margin: 0;
}

#menu li {
    display: inline;
}

#menu a:hover {
    background: url(.gif);
    color: white;
}

body {
    background-color: #069;
    text-align: center;
}

a img {
    border: none;
}


.center {
    text-align: center;
}

.under {
    text-align: center;
}

h3.capitalize {
    color: white;
    text-transform: capitalize;
    text-shadow: 3px 5px 3px black;
    text-align: center;
}


