form
{
	margin:0px;
}
a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#596F80;
}
A:Hover  {
	color : #596F80;
	text-decoration : underline;
}
H1 {
	color: #153E7E;
	font-weight: bold;
	font-size: 18px;
}
H2 {
    color: #1569C7;
    font-weight: bold;
    font-size: 16px;
}
H3 {
    color: 	#1589FF;
    font-weight: normal;
    font-size: 14px;
}
table.prettytable {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
  font-size:small;
}
table.prettytable th, table.prettytable td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.prettytable th {
  background: gainsboro;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
input.groovybutton
{
   font-family:Arial,sans-serif;
   color:#FFFFFF;
   background-color:#990033;
}