body { 
	font-family: Verdana, sans-serif; 
	font-size: 80%; 
	background-image:url(struts2.gif);	
	}

.content{
font-style:pre; }

pre { font-family: monospace;  font-size: 120%;
color: blue;}

.header{
font-family: Verdana, sans-serif; 
font-weight: bold;}

.b{
font-weight: bold;}


  a:link { color: black; cursor:pointer }  /* for unvisited links */
  a:visited { color: black; cursor:pointer } /* for visited links */
  a:active { color: blue; cursor:pointer } /* when link is clicked */
  a:hover {font-weight: color: blue; text-decoration:none; } /* when mouse is over link */