img.TitleImage { border: 5px outset white;    margin: 0pt;    }  
th { border: 5px outset white;    margin: 10px;    background-color: rgb(204, 204, 255);    }

body { font-family: Verdana,Arial,sans-serif;    font-size: 100%;    background-color: rgb(255, 255, 204);   line-height: 1.3;  }  
p { margin: 10px;    padding: 5px;    font-style: normal;    text-align: justify;    text-indent: 10px;    line-height: 1.3;    }  
h1 { border: 28px groove gray;  padding: 20px; color: blue;    text-align: center;    letter-spacing: 5px;    }
h2 { padding: 10px; color: blue;    text-align: center;    letter-spacing: 5px;    }
h3 { color: black;   }
h5 { text-align: center;  }
h6 { text-align: center; }

hr { width: 80%;    height: 5px;    color: gray;    }  

.FloatLeft { margin: 10px;    float: left;    }  