
h1 {
  color: red;
  align: center;
  width: 100%;
  line-height: 120%;
  padding-bottom: 3px;
  filter: shadow /* glow */
}

.menu {
  color : rgb(0,40,180);
  font-variant: small-caps;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

.menu:hover {
  text-decoration: underline;
}

a:hover {color: red }

body {
  color: #002244;
/* font-family: Verdana,Arial,Helvetica,sans-serif;
  text-indent: 1cm; 
  font-size: 110%;  

  line-height: 150%;
  background-image: url("http://www.w3schools.com/clouds.gif");
  background-repeat: repeat-y;
  background-attachment: fixed;
*/ 
}


p.main:first-letter 
{
color: red;
font-size:x-large
}

.blackb { 
  border: solid 3px black
}

.blackt { 
  border: solid 1px black
}


td.main {
  padding-left:  1cm;
  padding-right: 1cm;
  width: 460px;
  border-left:  solid 1px rgb(255,128,128);
  border-right: solid 1px rgb(255,128,128);
}

td.mainb {
  padding-left:  1cm;
  padding-right: 1cm;
  width: 460px;
  border-left:  solid 3px black;
  border-right: solid 3px black;

}


hr { color: black; height: 1px }

img.trust { height: 85px; width: 85px; cursor : hand }



