html,body {
	height: 100%;
}
p {
margin-top: 0px;
margin-bottom: 10px;
line-height: 150%;
} 
body {
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
}
td {
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
}

img.bordered {
 border:  1px solid #000000;
}

img.thickbordered {
 border:  4px solid #000000;
}

h1 {  
text-transform: uppercase;
}

a {
  text-decoration: none;
  border: 0 none;
}
p a {
  border-style: none none none solid;
  border-bottom: solid #FF0020 1px;
}

.righty a {
  border-style: none none none solid;
  border-bottom: solid #FF0020 1px;
}
 
li a:hover {
  border-style: none none none solid;
  border-bottom: dashed #000020 1px;
}

p a:hover {
  border-bottom: dashed #000020 1px;
}

DIV.righty
{
  text-align: right;
} 
 

