body            {
                      background-image: url(../images/background.jpg);
                  }
#allcontent      {
                      width: 975px;
                      margin-left: auto;
                      margin-right: auto;
                  }
#header         {
                      background-color: white;
                      text-align: center;
                 }
#menu           {
                      background-color: navy;
                      text-align: center;
                      font-weight: bold;
                      padding: 2px 0px 2px 0px;
                 }
#menu a         {
                      padding: 1px 30px;
                      text-decoration: none;
                      font-size: 16px;
                      font-weight: bold;
                      color: white;
                 }
#menu a:hover   {
                      font-size: 16px;
                      color: red;
                 }
#body           {
                      background-color: white;
                 }
#body a         {
                      text-decoration: none;
                 }
#body a:hover   {
                      text-decoration: none;
                      color: red;
                 }
#footer         {
                       text-align: center;
                       color: white;
                 }
#footer a       {
                        text-decoration: none;
                        color: yellow;
                 }
#footer a:hover   {
                        color: red;
                   }
#title           {
                        background-color: white;
                        text-align: center;
                        font-size: 30px;
                        font-weight: bold;
                        padding: 4px;
                   }
.left            {
                        text-align: left;
                  }
.center         {
                        text-align: center;
                 }
.right          {
                        text-align: right;
                 }
.centered       {
                        margin-left: auto;
                        margin-right: auto;
                 }
.border         {
                        border: 0px;
                 }
.float-right    {
                        float: right;
                }
.float-left     {
                        float: left;
                }
