


#allcontent { width: 800px;
              margin-left: auto;
              margin-right: auto;
            }

body { background-color: #cccccc ; /* makes the background of the whole page a certain color */
	   color: black;  /* makes the text of the whole page yellow */
           font-family: Verdana, Geneva, Arial, sans-serif;  /* makes the text of the whole page sans serif font family */ 
           font-size: small; 
           line-height: 1.6em; } 


#subheader { width: 800px;
             text-align: center;
             font-size: 200%;
             color: black;
           }

ul { list-style: none;
     width: 100px;
     float: left;
     font-size: 120%;
     font-weight: bold;
   }

#linkbar { margin-top: 25px;
         }

.tails { margin: 25px 0px 0px 0px;
   }

img { border: none;
    }

#MainPic { padding: 10px;
           margin: 10px;
         }

#picandlink { width: 700px;
              margin-left: auto;
              margin-right: auto;
            }

