/* Load Tamil Sangam MN (normal + bold) from server */
@font-face {
    font-family: "TamilSangam";
    src: url("/Bible/fonts/TamilSangamMN.woff2") format("woff2"),
         url("/Bible/fonts/TamilSangamMN.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Body styling */
body { 
    background-image: url("http://www.tamil-bible.com/classic/Bible/Bg/tex06.jpg");
    font-family: "TamilSangam", sans-serif;
    font-size: 70%;
    font-style: normal;
    color: black; 
    font-size-adjust: 0.9;
}

/* Tamil text styling */
.tamiltext {
    font-family: "TamilSangam", sans-serif;
    font-size: 1em; /* inherit normal size */
}

/* Link styling */
a {
    font-family: "TamilSangam", sans-serif;
    font-size: 100%;
    text-decoration: underline; /* Default decoration */
}

a:link { color: blue; }
a:visited { color: green; }
a:active { color: red; text-decoration: none; }
a:hover { color: orange; text-decoration: none; }
