﻿/************************************************************************/
/******* CSS for external CPI pages                            *******/
/************************************************************************/

/*******************************************************************/
/******* COMMON STYLES                                       *******/
/*******************************************************************/

BODY

.CourseListPage


{
  background-color: #FFFFFF;
}

.CourseDescriptionPage, .ProgramDescriptionPage


{
  background-color: #cccccc;
}

/******* Main font styles *******/

BODY, TD, P, H1, H2, H3, H4
{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #660033;
}
BODY
{
  font-size: 0.75em;
  font-weight: normal;
}
H1, H2, H3, H4
{
  font-weight: bold;
}
H4
{
  font-size: 2.00em;
}
H3
{
  font-size: 1.75em;
}
H2
{
  font-size: 1.25em;
}
H1
{
  font-size: 1.00em;
}


P:first-child, H1:first-child, H2:first-child, H3:first-child, H4:first-child
{
  margin-top: 0;
}
A, A:link, A:visited
{
  color: #333333;
  font-weight: bold;
}
A:hover, A:active
{
  color: #660033;
  font-weight: bold;
}


