body
{
/*background-image: url("images/background-pic.jpg");*/
background-color:silver;
background-attachment:
}

table
{
width: 100%;
height: 100%;
}

th
{
color: green;
text-align: center;
font-size: 40pt;
}

.body
{
color:  black;
}

.navbar
{
text-align: left;
vertical-align: top;
}

.top-align
{
vertical-align: top;
}

.center_align
{
text-align: center;
color: green;
font-size: 24pt;
font-weight:bold;
}

.left_align
{
text-align: left;
color: black;
font-size: 14pt;
}

.right_align
{
text-align: right;
color: white;
font-size: 14pt;
}

.general_body_text
{
text-align:center;
color:black;
font-size: 16pt;	
}

ol
{
color:black;
text-align:left;
font-size: 16pt;
}

ul
{
color:black;
text-align:left;
}

form
{
color:white;
}

.disclaimer
{
color: white;
font-size: 10pt;
}

/*Links*/
a:link, a:visited
{
color: green;
font-size: 16pt;
text-decoration: none;
}

a:hover
{
color: lightgreen;
font-size: 16pt;
text-decoration: none;
}

a:active
{
color: green;
font-size: 20pt;
text-decoration: none;
}