@import url("./main.css");


body {
	background-color: #ffffff;
   }


a:link   {
	color: #886699;
   }
a:visited {
	color: #aa88bb;
   }
a:hover {
	color: #775588;
   }


h1 {
	font-style: italic;
	color: #9977aa;
	font-size: 18pt;
   }

h2 {
	font-style: italic;
	color: #9977aa;
	font-size: 16pt;
	font-weight:  normal
   }

.special {
	font-style: italic;
	color: #9977aa;
	font-size: 16pt;
   }

.org {
	font-weight: bold;
	color: #9977aa;
   }

.if {
	font-weight: bold;
	color: #9977aa;
   }
