a:link {text-decoration: none; }
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

@font-face {
    font-family: dienasty ;
    src: url('../fonts/dienasty.ttf');
}

@font-face {
    font-family: HoneyScriptSemiBold ;
    src: url('../fonts/HoneyScriptSemiBold.ttf');
}

div.background {
    background: url('../images/cat1.png') repeat;
    border: 2px solid black;
}

div.transbox {
    margin: 75px 150px 75px 150px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

div.transbox p {
    margin: 1%;
    font-weight: bold;
    color: #000000;
}
.auto-style1 {
    text-align: center;
    font-family:"Calibri","sans-serif";
    font-size:21px;
    font-weight: bold;

}
.auto-style2 {
    font-size: large;
}
.auto-style3 {
    text-align: center;
    font-family: "dienasty";
    font-size:60px;
    font-style: italic;
}
.auto-style4 {
    border-width: 0px;
}
.auto-style5 {
    font-family:"HoneyScriptSemiBold";
    font-size: 48px;
}

.content_links { font-size:large;font-weight:bolder; } /* fonts in content div links */
.edit_rows {background-color:#ccc; font-size:medium}   /* style for rows on edit table rows */

table { border-collapse: collapse; border-spacing: 0;  border: solid black 2px;}   /* table cellspacing="0" & border */
th, td { padding: 2px;  border: solid black 2px;  } /* title and cellpadding  & border */
