H1  {
        color:#000000;
        font-family : "Brush Script MT";
        font-weight : bold;
 
        }

H3      {
                color:#000000;
                font-family : "Brush Script MT";
                font-weight : bold;
        }

A       {
        text-decoration: none;
        font-weight:bold
        }

A:link  {
                color:#0033FF;
                font-weight:bold
                }

A:active        {
                        color:rgb(179, 101, 23);
                        font-weight:bold
                        }

A:hover {
                        color:rgb(48, 90, 46);
                        text-transform:uppercase; 
                        font-weight:bold
                        }
BODY    {
                color:#000000;
                font-family:Arial
                }