﻿
.center {
    width:990px;
    margin:0 auto;
    text-align:left;
    position:relative;
}

.footer {
    font-size: large;
    text-align: center;
    background-color: yellow;
}

h1 {
    text-align: center;
    font-size: x-large;
}

p {
    font-size: small;
}

table, th, td
  {
  /*border: none;*/
  }

/*img {
  vertical-align: bottom;
}*/

.navigation {
    width: 990px
}