


h1{color: green; text-align: center; font-size: 18px}

h2{color: blue; text-align: center; font-size: 16px}

sh2{color: green; text-align: center; font-size: 16px}

h3{color: green; text-align: left; font-size: 14px}

h2holiday{color: red; text-align: left; font-size: 16px}

p{color: black; size: 11px}

hr{width="500" align="center"}

body{margin:0;padding:0;}
p, li, ul, td, input {
        color: #000000;
        line-height: 14px;
        text-align: left;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;    
        }

a:link {
        text-decoration : none;
        color: green;
        background: transparent;
        }

a:hover {
        text-decoration : none;
        color: blue;
        background: transparent;
        }
       
a:visited {
        text-decoration : none;
        color: fuchsia;
        background: transparent;
        }      

a:active {
        text-decoration : none;
        color: #000000;
        background: transparent; 
        }
