body { font-family: Arial, serif; 
       font-size: 10pt;
       margin-left: 20; 
       margin-right: 20; 
       margin-top: 0; 
       margin-bottom: 0;
       color: white;
       background-image: url('images/flow.jpg'); }

h1 { font-family: "Comic Sans MS", Arial, serif;
     font-size: 120%; 
     font-weight: lighter;
     color: white;
     margin-top: 0;
     margin-bottom:0; }

p { margin-top: 0;
    margin-bottom: 0; }

a:link { color: maroon; 
         text-decoration: none; 
         font-weight: normal; }
a:visited { color:maroon;
            text-decoration: none;
            font-weight: normal; }
a:hover { color: white;
          text-decoration: underline;
          font-weight: bold; }
a:active { color:white; }

div#entry {margin-top: 5px;
			 margin-right: 50px;
			 margin-left: 50px;
             background-image: url('images/background.gif');
             background-repeat: repeat;
             padding: 5px; 
             border-style: solid; 
             border-width: thin; 
             border-color: maroon;
             text-align: center;
             font-size: 70%; }
             
div#intro {border:medium solid maroon;
           margin-top: 5px;
           margin-right: 50px;
		   margin-left: 50px;
           padding: 5px; 
           background-image: url('images/background.gif');
           background-repeat: repeat;
           text-align: center; }