/* styles that are used across the site */

.navbar { background-color:green; 
                     color:white;
               font-family:sans-serif; 
                 font-size:large }

.navlink {        color:white;
        text-decoration:none;
         }

.unknown{         color:red;
            font-weight:bold}

BODY { background-color:white; 
            font-family:times,serif}

/* styles used for the top page */

.menubox { background-color:green; 
          background-image:url(/bg/leaves.jpg);
                      color:white;
                font-family:times,serif;
		  font-size:large}

.menulink { color:white }

/* styles used for the xml writeup */

.codebar { background-color:blue; 
                     color:white }

.codebody { background-color:yellow; 
                     color:black }

/* styles for the "about the authors" section */     

DIV.head { font-family:helvetica,sans-serif; font-size: 48px ; color: #f800f8}
DIV.titles {font-family:helvetica,sans-serif; font-size: 30px ; color: teal}
#oliviahead {position: absolute ; top: 50 px ; left: 130 px}
#oliviatitles {position: absolute ; top: 100 px ; left: 150 px}
#paulhead {position: relative; top: -100px ; left: -130px}
#paultitles {position: relative; top: -100 px ; left: -100 px}
#blurb {position: relative;  top: -78px }


