body {
	background-color:mistyrose;
             background-image:url(images/back.gif);
	font-size:12pt;
}
a:visited {color:rgb(0,67,1);}
a:hover {font-weight:600;
         color:darkred;}
a:link {color:darkblue;}	
a:active {color:darkred;}

h1 {font-size:16pt;color:darkgreen}

.heading {
          font-size:10pt;
          font-weight:bold;
          color:darkgreen;
          }

.heading1 {
          font-size:22pt;
          font-weight:bold;
          color:darkgreen;
          text-align:center;}

.heading2 {
          font-size:18pt;
          font-weight:bold;
          color:darkgreen;
          text-align:center;}

.heading3 {
          font-size:14pt;
          font-weight:bold;
          font-style:italic;
          color:darkgreen;
          text-align:center;
          }

.heading4 {
          font-size:10pt;
          font-weight:bold;
          color:darkgreen;
          text-align:center;}

.label {font-size:14pt;color:darkred;font-weight:bold;}