body {
  background-color: #FFFFFF;
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  font-size: 10;
}

small {
  font-size: 9;
}

h1{
  font-weight: bold;
  font-size: 18;
}

h2{
  font-weight: bold;
  font-size: 14;
}

h3{
  font-weight: bold;
  font-size: 12;
}

a {
	color: #3A5ABD;
	text-decoration: underline;
	font-weight : bold;
}

a:visited {
	color: #3A5ABD;
}

a:hover {
	color: #3A5ABD;
}

a:active { 
	color: #3A5ABD;
}

img {
  border-style: none; 
  border-width: 0px;
}

table {  
  border : 0px solid #000000;
}

td {
  font-size: 10;
}