﻿/* Travancore */
html {
    height: 100%;
}

.body {
    height: 100%;
    background-image: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: aqua;
}

.page {
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    width: 100%;
}

.banner {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 695px;
}

.centre
{
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

/*    width: 100%;
*/}

.heading {
    display: block;
    font-size: 24pt;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    width: 100%;
}
.text {
    display: block;
    font-size: 12pt;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    width: 90%;
    text-align: left;
}

hr {
    background-color: black;
    align-content: center;
    width: 50%;
}
/*
.centre {
    font-size: 16pt;
}
.logo {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    font-size: 32px;
}
*/
.subhead {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: medium;
    font-weight: bold;
}

/* Class for navigation button list */
.navList {
    text-align: center;
}

    .navList li {
        list-style-type: none;
        display: inline;
    }

        .navList li a {
            border: thin solid #000000;
            border-radius: 8px;
            color: #000000;
            font-weight: bold;
            font-size: medium;
            display: inline-block;
            height: 21px;
            width: 100px;
            text-decoration: none;
            font-size: 12px;
            text-align: center;
            line-height: 21px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }

            .navList li a:hover {
                color: #ffffff;
            }
