/* $Id: */

body {
	background-color : #FFFFFF;
}

            /* links */
a:link { 
    color : #000099;	/* dark blue */
    font-weight : bold;
}  
a:visited { 
    color : #9370D8;  /*  purple */
 }  
a:hover   { 
    color : #6495ED;  /* cadet blue */
    font-weight : bold;
} 
a:active { 
    color : #1e90ff;	/* blue */
    font-weight : bold;
 }  

.copy { font-size : smaller; }

             /* alignment */
.center { text-align : center; }
.right { text-align : right; }

            /* headings */
.h1 { 
    font-family : verdana, arial;
    font-size : large;
    }

.h2 { 
    font-family : verdana, arial;
    font-size : medium;
    color : #000080;    /* navy */
    font-weight : bold;
    } 

.h3 {
    font-family : verdana, arial;
    color : #000080;    /* navy */
    font-weight : bold;
    }

.title { font-weight : bold; }

.navigate { 
    font-family : sans-serif;
    text-align : center;
    background-color : #FFFFFF;
} 

p { 
    font-size : small;
}

