.main {
   font-family: sans-serif;
}

body { 
   height: 75%;
   background-color: #B3BFD6; 
}

.main {
   float: center;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   margin: 20px;
   background-color: #B3BFC6; 
}

.main a:link {
   color: #004400;
   text-decoration: none;
}

.main a:visited {
   color: #444444;
   text-decoration: none;
}



#intro {
   text-align: center;
}

#text {
   padding: 10px;
}

#links {
   padding: 10px;
}
