/* links */

a:link    { color: #703157;
            font-family: times, serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            text-decoration: none; }
a:active  { color: #00885F;
            font-family: times, serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            text-decoration: none; }
a:visited { color: #00574f;
            font-family: times, serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            text-decoration: none; }
a:hover   { color: #000000;
            font-family: times, serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            text-decoration: underline; }

a.menu:link    { color: #703157;
            font-family: times, serif;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            text-decoration: none; }
a.menu:active  { color: #00885F;
            font-family: times, serif;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            text-decoration: none; }
a.menu:visited { color: #00574f;
            font-family: times, serif;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            text-decoration: none; }
a.menu:hover   { color: #000000;
            font-family: times, serif;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            text-decoration: underline; }

/* body text */

Body 	{ margin: 0px; 
	font-style: normal;
	font-size: 12px;
	font-family: times, serif;
	font-color: #000000; }

H1 { font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px; }

H2 { font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; }

