body {  
	   
         background-color: #FCEBDC;
         scrollbar-face-color: #FBCCC9; 
         scrollbar-highlight-color: #FFDBD4; 
         scrollbar-shadow-color: #FFBAA7; 
         scrollbar-arrow-color: #181818; 
         scrollbar-track-color: #FCEBDC; 


}

h1 {

        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

h2 {
 
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

h3 {

        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

h4 {

        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

p {

        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;

}

a:link {

	color: black;
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}

A:visited {

	color: black;
	text-decoration: none;
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}

a:hover {

	color: black;
	text-decoration: underline;
        cursor:hand;
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

a:active {

	color: #black;
	text-decoration: none;
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}



UL { 

      list-style-type:square; 
}



