/*
 * This style sheet defines styles for the Project module.
 * 
 * 14-July-2005 / Alex van Oostenrijk
 * 
 */
 
.project_title
{
  font-family:      Geneva, Verdana, Arial;
  font-size:        10px;
  font-weight:      bold;
}

.project_date
{
  font-family:      Geneva, Verdana, Arial;
  font-size:        10px;
  font-style:       italic;
}

.project_text
{
  font-family:      Geneva, Verdana, Arial;
  font-size:        10px;
}

