body {
   color: #000000;
   background-color: #FFFFFF;
   font-family: Arial, Verdana, Helvetica;
}

h1 {
   font-size: 150%;
}

h2 {
   font-size: 125%;
}

.category {
   color: #FFFFFF;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica;
   text-indent: 0.3em;
   margin-top: 1px;
}

.person {
	margin-left: 14px;
}

.person>.name {
   font-size: 125%;
   font-weight: bold;
}

.person>.title{
   font-size: 125%;
   font-style: italic;
}

.background {
   margin: 5px 0 0 15px;
}

:link {   /* for unvisited links */
   color: #990099;
}

.background :link { /* for unvisited links */
   color: #FFFFFF;
} 

:visited { /* for visited links */
   color: #000066;
}

.background :visited { /* for visited links */
   color: #CCCCCC;
}

a:active { /* when link is clicked */
   color: #FF0000;
}

a:hover { /* when mouse is over link */
   color: #FF0000;
} 