 body{
                background-color: #FFF
            }

              /* unvisited link */
             a:link {
                text-decoration: none;
                color: #008000;
             }

               /* mouse over link */
                a:hover {
                  color: #000000;
                }
                h1,h6{ font-family: 'Times New Roman', Times, serif;

                }
                h1 {
                text-transform: uppercase;
                font-weight: bold;
                height:2;
                letter-spacing: 3px;
                word-spacing: 9px;
                text-align: center;
                font-size: 2em;
                margin-bottom:10px;
                }

              h2, h3,h4,h5
                    {
                        font-family: Arial, Helvetica, sans-serif;
                    }

             h2{
                font-weight: normal;
                height:2;
                padding: 0px;
                text-align: center;
                font-size: 2em;
                margin-bottom:10px;
            }

             h3{ margin-left: 50px;
                 font-weight: bold;
                height:2;
                padding: 0px;
                text-align: left;
                font-size: 1.5em;
                margin-top: 10px;
                margin-bottom:10px;
            }
             h4{ font-style: normal;
                height:1;
                 text-align: left;
                font-size: 1em;
                margin-top: 1px;
                margin-bottom:10px;
            }
            h5{ font-style: normal;
                height:2;
                text-align: justify;
                font-size: 1em;
                margin-top:5px;
                margin-bottom:5px;
            }
            h6{ font-style: italic;
                height:1;
                text-align: justify;
                font-size: 0.8em;
                margin-top: 10px;
                margin-bottom:10px;
            }
            p{
               font-family: Arial, Helvetica, sans-serif;
            }
             .error {
                 color: #CC0000
             }
