a:link
{color: darkslateblue;}
a:visited
{color: purple;} 
a:active 
{color: red;}
body
{  	background: ivory;
        font-family: Verdana, Arial;
	color: black;font-size: 11pt; }



h1, h2, h3, h4, h5, h6, P
{font-family: Verdana, Arial;}

/*  Main page title  */
h1
{font-family:Arial; color: powderblue; font-weight:bold;font-size:30pt;}

/*  Secondary page titles  */
h2
{color: darkslateblue;font-size:10pt;font-weight:bold;}

/*  Tirtiery page titles  */
h3
{color: darkslateblue;font-size:10pt;font-weight:bold; }

/*  Constitution  */
h4
{color: black; font-size:10pt; font-weight:normal;}

h5
{;color: Black;font-size:8pt:font-weight:italic;}

/*   Navigation text    */
h6
{color: black;font-size:8pt; font-weight:italic;}

/*  Paragraph text  */
P
{color: black; font-size:8pt; font-weight:normal;}

