BODY {

	font-family : "Calibri", "Geneva", "Arial", "Helvetica", Sans-serif;

   	color : black;

    	/* background : #C6C6FF */
}


A {

   font-weight : bold;

   font-family : "Calibri", "Geneva", "Arial", "Helvetica", Sans-serif;

   text-decoration : none;
	/* color: #FFFFFF;  */
}


A:link {

	background : transparent;
	color: #FFFFFF;
}

a:active {
	color: #000000;
}


A:visited {
	color: #FFFFFF;

}

A:hover {

   color : #000000;

   background : white;

   text-decoration : underline;

; font-weight: bolder
}

A.Green:link {
	color:#009900;
}

A.Green:visited {
	color:#009900;
}

A.Green:hover {

   color : #FF0000;

   background : white;

   text-decoration : underline;

; font-weight: bolder
}


H1, H2, H3, H4, H5, H6 {

   font-family : "Calibri", "Geneva", "Arial", "Helvetica", Sans-serif;

   color :#009900;

   background : transparent;
}



H3 {

   font-weight : 400;

   font-size : 110%;
}





H2 {

   font-weight : 700;

   font-size : 110%;

}


H1 {

   font-weight : 700;

   font-size : 120%;

   

}



PRE {  
	background-color: white; margin-top: 0em; margin-right: 0em; 	margin-bottom: 0em; margin-left: 3em
}

.whiteback {
	background-color: #FFFFFF; background-image: none; font-family: "Courier New", Courier, mono
}

.redtext {color: red}

.blacktext {color: black}

.bluetext {  color: #0000FF}

.whitefront {color: #FFFFFF}

a.whitetext {color: #FFFFFF}