<!--

/* 
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
*/

@font-face {
    font-family: "Bradley Hand ITC", cursive;
    src: url(Fonts/BRADHITC.TTF)
}


BODY {
color:#cccccc;
background:#461746 url("images/basic/dkbg.jpg") repeat-y repeat-x fixed top center;
}

* {
    font-family: 'Bradley Hand ITC', cursive;
    font-optical-sizing: auto;
    font-size: 18pt;
    font-weight: 600;
}

p {
    color: #d6ced3;
    font-family: 'Bradley Hand ITC', cursive;
    font-size: 16pt;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
}

h1 {
    color: #d6ced3;
    font-family: 'Bradley Hand ITC', cursive;
    font-size: 20pt;
    font-weight: 500;
}

h2 {
    color: #d6ced3;
    font-family: 'Bradley Hand ITC', cursive;
    font-size: 18pt;
    font-weight: 600;
    padding: 0;
    line-height: 16px;
}

/*
p.padnormal {    
    padding: 2px 20px 2px 16px; 
}
*/    
/* order is top right bottom left */

/*
h1 {
    color: #F0A900;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: normal;
}

h2 {
    color: #516791;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: normal;
}

h3 {
    color: #1A4D99;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    padding: 6px 0px 0px 0px; 
}
*/
/* top right bottom left */
/*
h4 {
    color: #643200;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: normal;
}

h5 {
    color: #643200;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px 0px 0px 0px; 
}
*/
/* top right bottom left */


 A:link    { COLOR: #cc33cc; TEXT-DECORATION: none; }
 A:visited { COLOR: #ac39ac; TEXT-DECORATION: none; }
 A:active  { color: #db70db; TEXT-DECORATION: none; }
 A:hover   { color: #7d227d; TEXT-DECORATION: none; }
 
.hiddenPic {display:none;}
-->