body {
 background:white;
	color:black; 
	font-family:"verdana";
	font-size:12pt;
	text-align:justify;
	margin:7%;
	}

a { text-decoration: none;
	background: transparent;
	}

a:link { color:red; }
a:visited { color:purple; }
a:active {color: blue ;}

h1 {
	color:crimson;
	text-align:center;
	font-size:18pt;
	}

h2 { color:navy;
	text-align:center;
	font-size:16pt;
	}

h3 { background: transparent;
	color:darkGreen;
	text-align:center;
	font-size:14pt;
	}

td { font-family:"verdana"; }

h6 { color:navy;
	text-align:center;
	font-size:8pt;
	}

.center {text-align:center;}
.right  {text-align:right;}
.justify {text-align:justify;}



.noBullet {
     list-style-type:none;
     width:80%;
     }
     
.dropcap:first-letter {
	font-weight: normal;
 font-size: 60px;
 float: left; margin: -8px 6px -10px 0px;
 color: #635fdf;
 font-family: Verdana, Arial, serif;
}