body {
    background-color: #cbd4da;
    color: black;
}

.menu {
}
.menu li {
    background: red;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border: 2px solid #d30000;
}
.menu a, .menu a:visited {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-family: Verdana;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px;
}

a {
	color: #0d00ba;
}

a:visited {
	color: #0d00ba;
}

#home #nav_home,
#products #nav_products,
#archive #nav_archive,
#links #nav_links,
#education #nav_education,
#prices #nav_prices,
#contact #nav_contact {
    background: #ff9191;
    border: 2px solid #fe7676;
}

table {
    background: white;
}

h1, h2, h3, h4 {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}

#id_content td {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

#id_content {
    width: 700px;
}