
body {
 background-color: #CADBFF;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 70%;
 line-height: 120%;
 margin: 0px;
 padding: 0px;
}


a:link {
 color: #0000AE;
}
a:visited {
 color: #0066FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {
 margin: 0px;
 padding: 0px;
 }

ul{
  padding: 0px 10px 12px 16px;
  margin: 0px;
  line-height: 1.2;
  list-style: square;
  }
  
.style1 {font-size: smaller}
  
.style2 {
	font-size: small;
	font-weight: bold;
}

.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
}

.style5 {
font-size: xx-small;
}

