body                 {
                          margin: 0;
                          padding: 0;
                          }

#container        {
                          width: 703px;
                          text-align: left;
                          }

#topnav            {
                          text-align: right;
                          }

#content1         {
                          width: 509px;
                          padding-top: 10px; 
                          padding-right: 10px;
                          margin-right: 10px;
                          }

#content2         {
                          border: 1px solid orange;
                          margin-right: 10px;
                          }

#footer             { 
                          font-family: verdana;
                          font-size: 12px;
                          }

h1                      {
                          font-size: 18px;
                          font-family: verdana;
                          padding-left: 10px;
                          }

a                        {
                          color: gray;
                          font-family: verdana;
                          font-size: 12px;
                          font-weight: bold;
                          text-decoration: underline;
                          }

a:hover             {
                          color: orange;
                          font-family: verdana;
                          font-size: 12px;
                          font-weight: bold;
                          text-decoration: underline;
                          }

p                        {
                          padding-left: 10px;
                          padding-right: 10px;
                          text-align: justify;
                          font-size: 12px;
                          font-family: verdana;
                          }


* {
   font-family: verdana;
   font-size: 12px;
   }