body
 {
  margin: 0;
  background-image: url("./images/BkgVert.jpg");
  background-repeat: repeat-x
  background-position: center;
  background-color: white;
  color:black;
  font-size:10pt;
  font-family:arial;
 }

a { text-decoration: none; }
a:link { color: white;}
a:active { color: red;}
a:visited { color: white;}
a:hover { color: red;}

H1 { color:white; font-size:10pt; font-family:arial; }

H2 { color:black; font-size:16pt; font-family:arial; }

H3 { color:black; font-size:10pt; font-family:arial; }

iframe
{
	border:0;
}

iFrame.setAttribute("border", "0");
iFrame.setAttribute("frameborder", "0");

body
{
	border:0;
}