a:link
{color: darkslateblue;}
a:visited
{color: purple;} 
a:active 
{color: red;}
body
{ background: url(autumnleaves.jpg); font-family: Verdana, Arial; color: black; font-size: 11pt; }

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

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

/*  Secondary page titles  */
h2
{color: teal;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: teal;font-size:8pt; font-weight:italic;}

/*  Other page titles  */
h7
{color: darkslateblue; font-size:14pt; font-weight:bold;}

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

