/******************************************************************************
 ******************************************************************************
 **
 **  File name:      pcc_main.css
 **  Description:    The styles that are common to the pages that appear in the
 **                  main content frame.
 **
 **  Author:         Stuart Rudd
 **  Last Modified:
 **
 ******************************************************************************
 ******************************************************************************/


H1
{
  margin:  10px;
  margin-left:  25px;
  margin-right:  25px;
  text-align:  center;
  font-size:  20pt;
  font-family:  arial,helvetica,times;
  color:  rgb(120,16,40);
/*  background:  rgb(215,185,191); */
/*  background:  rgb(220,195,201); */
/*  border-color:  rgb(120,16,40); */
/*  border-style:  solid; */
/*  border-width: 2px; */
  padding: 10px;
}


DIV.grade_nav
{
  margin: 0px;
  padding: 0px;
  padding-top:  5px;
  padding-bottom:  15px;
  text-align:  center;
}


.email
{
  font-weight:  bold;
}


A:visited
{
  color:  blue;
}


TABLE.box
{
  margin-top:  20px;
  margin-bottom:  5px;
  padding:  2px;
  border: 3px solid rgb(120,16,40);
}


TD.box
{
  padding:  2px;
}


DIV.box_title
{
  margin:  0px;
  padding:  3px;
  padding-left:  5px;
  font-size:  12pt;
  font-weight:  bold;
  color:  rgb(255,255,255);
  background:  rgb(140,50,71);
}

