body { 
	font-family : "arial";
	font-size : 12pt;
	background-color : khaki;
    	color : black;
	scrollbar-face-color : tomato;
	scrollbar-shadow-color : white;
	scrollbar-highlight-color : black;
	scrollbar-3dlight-color : white;
	scrollbar-darkshadow-color : black;
	scrollbar-track-color : white;
	scrollbar-arrow-color : black;
}

a:link {
	color : navy;
}
a:active {
	color : red;
}
a:visited{
	color : green;
}


h1 {
      margin-top: 0;
      font-family: arial;
      font-weight: normal;
      font-style: italic;
      color: #00008B;
}

h2 {
      margin-top: 0;
      font-family: arial;
      font-weight: normal;
      font-style: italic;
      color: #228B22;
}

h3 {
      margin-top: 0;
      font-family: arial;
      font-weight: normal;
      color: #8B0000;
}


h4 {
      margin-top: 0;
      font-family: arial;
      font-weight: normal;
      color: #000000;
}

h5 {
      margin-top: 0;
      font-family: arial;
      font-weight: normal;
      color: #000000;
}


