BODY {

	color: White;
}


A {
	text-decoration: underline;
	color: #E5B7FF;
}

A:Hover {
	text-decoration: none;
	color: #F9E3FF;
}

a.menulink {
	color: #5F0983;
	text-decoration: none;
	font-size : 16px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #F9E3FF;
	font-size : 16px;
}

H1 {
	color: fuchsia;
	font-size : 36px;
	font-family : "Arial";
}

H2 {
	color: fuchsia;
	font-size : 24px;
	font-family : "Arial";
}

H3 {
	color: fuchsia;
	font-size : 18px;
	font-family : "Arial";
}

div.text01 {
                 font-size: 11pt;
		 font-family : "Arial";
                 color: "white";
                 text-align: justify; 
}

.texti {
                 font-size: 11pt;
		 font-family : "Arial";
                 color: white;
                 text-align: justify; 
}

.texts {
                 font-size: 11pt;
		 font-family : "Arial";
                 font-weight : bold;
                 color: white;
                 text-align: left; 
}
div.purple1 {
                 font-size: 10pt;
		 font-family : "Arial";
   		 font-weight : bold;
                 color: purple;
}

div.white1 {
                 font-size: 10pt;
		 font-family : "Arial";
                 color: white;
}

div.arial1 {
                 font-size: 10pt;
		font-family : "Arial";
}


