/*
Cascading Style Sheet
=====================
Name: Default Style Sheet
*/

/*
Body Element
------------
*/

BODY
{
    background-color: white;
    color: black;
    font-family: verdana, sans-serif;
    margin: 0em;
    padding: 0pt 0pt 0pt 0pt;
}

/*
Block Elements
--------------
*/

H1, H2, H3, H4, H5, H6
{
    font-family: verdana, sans-serif;
    color: darkblue;
}



HR
{
    font-family: verdana, sans-serif;
    color: rgb(0,128,128);
}

UL, OL, DL, P
{
    font-family: verdana, sans-serif;
    margin-left: 0em;
    margin-right: 0em;
}

PRE
{
    margin-left: 4em;
}


TD, TH, TR, TABLE, BLOCKQUOTE {
    font-family: verdana, sans-serif;
}

/*
Inline Elements
---------------
*/

A:active, A:link, A:visited, A:hover
{
    color: crimson;
	font-weight: bold;
    font-family: verdana, sans-serif;
    /* text-decoration: none;*/
}

B, DT, I
{
    font-family: verdana, sans-serif;
    color: darkblue;
}

DT
{
    font-family: verdana, sans-serif;
    font-weight: bold;
}

CODE, KBD, PRE, SAMP, VAR
{
    color: darkblue;
    font-family: "courier new", monospace;
}

KBD
{
    text-transform: uppercase;
}

VAR {
    font-style: italic;
}

IMG
{
    font-family: verdana, sans-serif;
    border-color: crimson;
}

/*
Classes
-------
*/

.center
{
    font-family: verdana, sans-serif;
    text-align: center;
}

.head {
	background-color: #d0f0ff;
}

.high {
	background-color:#D3DCE3;font-weight: bold;}

/* EOF */

