/************************************************************/
/*This style sheet is designed for the Making Mathematics   */
/*project.  Design: Christine Larrivee.                     */
/*Style Sheets Templates: Dennis D'Angelo                   */
/*Any questions call x2756(Dennis) or x2246(Christine)                         */
/*	ABOUT THIS STYLE SHEET:								    */
/*This is the main style sheet, and contains the def-       */
/*initions of all of the HTML tags used throughout the site.*/
/*Classes for these tags are defined in the classes style   */
/*sheets, including classes.css, tables.css, etc.           */
/*In addition, page-specific style sheets are included in   */
/*project pages.  Please see these pages for comments       */
/************************************************************/


BODY
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    margin: 0em 0em 0em 0em
    FONT-FAMILY: sans-serif, 'Times New Roman';
    FONT-SIZE: 1em;
    }
H1
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.5em;
    FONT-STYLE: bold
}
H2
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    MARGIN-LEFT: 0pt;
	MARGIN-BOTTOM: .5em;
	MARGIN-TOP: 2em;
}
H3
{
    COLOR: #000000;
    FONT-FAMILY: 'Times New Roman', serif;
    FONT-SIZE: 1em;
    FONT-STYLE: bold;
    MARGIN-LEFT: 0pt
    margin-top: 2em;
    margin-bottom: .5em;
}
H4
{
	COLOR: #000000;
	FONT-FAMILY: 'Times New Roman', serif;
	FONT SIZE: 1em;
	FONT-STYLE: normal;
	margin-top: 2em;
	margin-bottom: .5em;
	font-weight: light;
}
P
{
    COLOR: #000000;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 1em
    margin-left: 15pt
}
EM
{
    COLOR: #000000;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 1em;
    FONT-STYLE: italic
}
STRONG
{
    COLOR: #000000;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold
}
A:link
{
    COLOR: #0000ff
}
A:active
{
    COLOR: #ff0000
}
A:visited
{
    COLOR: #990099
}

