body {
  background-color: white;
  font-size: 14px;
  font-family:"Arial", "Helvetica", sans-serif;
  text-align: left;
  color: black;
}

a:link {text-decoration: none; color:#990000;}
a:visited {text-decoration: none; color:red;}
a:hover {text-decoration: underline;}

td {
	font-size: 14px;
}


h3 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000088;
  margin: 0 0 0 0;
}
h3 a:link {text-decoration: none; color:#000044;}
h3 a:visited {text-decoration: none; color:#000044;}
h3 a:hover {text-decoration: none; color:#CC0000;}

h4 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: 16 0 0 0;
}

h5 {
  color:#990000;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 0;
}
h5 a:link {text-decoration: none; color:#000044;}
h5 a:visited {text-decoration: none; color:#000044;}
h5 a:hover {text-decoration: none; color:#CC0000;}

p
{
  text-align: center;
  font-size: 11px;
  margin: 0 0 0 0;
}

img {
  border-width:0;
}	

table.software{text-align: left;
 width: 100%;
 border-spacing: 20px;
}


table.software td {
 padding: 8;
 background-color: #F8F8F8;
}
