body {
   color: lawngreen;
   background: url(/images/grass2.jpeg);
}	

#title {
   color: lawngreen;
}

#content {
   color: lawngreen;
   border: none;
   background: transparent
}

#content a         { color: blue; }
#content a:hover   { color: purple; }
#content a:visited { color: lawngreen; }

