/* unvisited link */
a:link {
    color:DarkKhaki; background-color:transparent; text-decoration:none;
}

/* visited link */
a:visited {
    color: silver;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: teal;
} 


body {
    background-color: #1452B7;
} 
body {
    color: white;
}

body { 
font-family: "Verdana" 
}


.menu
{
 background-color: dodgerblue;
vertical-align:top;
}

.text-table-bordered
{
vertical-align:top;
text-align:left;
border-style: ridge;
border: 3px solid white;
padding: 8px;
}

.text-table
{
vertical-align:top;
text-align:left;
padding: 8px;
}



.centered-text-table
{
vertical-align:top;
text-align:center;
}


.image-table
{
vertical-align:top;
text-align:center;
padding: 8px;
}

.table-full
{
border-style: ridge;
width: 100%;
background-color: #1452B7;
border: 4px solid white;
}

.table-auto
{
border-style: ridge;
background-color: #1452B7;
border: 4px solid white;
}


.table-800
{
border-style: ridge;
width: 800px;
background-color: #1452B7;
border: 3px solid white;
}


.grommet
{
 background-color: red;
}

.small-centered
{
font-size: small;
text-align:center;
}

.small
{
font-size: small;
}

