body                    {
                              background-image: url(../images/background.jpg);
                           }
#logo                   {
                              background-color: black;
                              text-align: center;
                              margin-left: auto;
                              margin-right: auto;
                            }
#menu                 {
                              background-color: black;
                              text-align: center;
                              border: none;
                      }
#menu2                {
                              margin-left: auto;
                              margin-right: auto;
                            }
#body                  {
                              background-color: white;
                              color: black;
                              width: 800px;
                              margin-left: auto;
                              margin-right: auto;
                            }
#body a:hover      {
                              color: red;
                            }
#title                    {
                              background-color: white;
                              color: black;
                              text-align: center;
                              width: 675px;
                            } 
#footer                 {
                              background-color: silver;
                              color: black;
                              text-align: center;
                              width: 810px;
                              margin-left: auto;
                              margin-right: auto;
                            }
#footer a:hover     {
                              color: red;
                            }
.cell1                    {
                              background-color: #325C74;
                              font-family: Verdana, sans-serif;
                              width: 800px;
                              color: white;
                              border-collapse: collapse;
                            }
.cell2                    {
                              background-color: #325C74;
                              font-family: Verdana, sans-serif;
                              font-size: 30px;
                              font-style: italic;
                              text-align: center;
                              width: 800px;
                              color: white;
                              border-collapse: collapse;
                             }
.cell3                     {
                              width: 125px;
                             }
.cell4                     {
                              width: 665px;
                             }
.cell5                     {
                              background-color: #104E8B;
                              color: white;
                             }
.cell6                     {
                              background-color: gray;
                              color: white;
                              text-align: center;
                             }
.text                      {
                              font-size: 14px;
                             }
.center                  {
                              text-align: center;
                             }
.right                     {
                              text-align: right;
                             }
.centered               {
                              margin-left: auto;
                              margin-right: auto;
                             }
.font                      {
                              font-size: 12px;
                             }
.border                  {
                              border: 0px;
                             }