﻿#Footer
{
     text-align:right;
     width:100%;
    background-color: #666;
    color: #eee;
}
body {
    height: 100%;
}
.message
{
	color: Green
}

.alert
{
	color: Red
}

.tablecaption
{
	background-color: Cyan;
	border: 2;
	color: Blue;
	font-size: large;
	text-align: center
}

.footertext
{
	background-color: Cyan;
	border: 2;
	color: Gray;
	font-size: small;
	text-align: right
}
.link
{
 text-decoration: underline;
 color: Blue
}
.noDisplay
{
	display: none;
}
.Display
{
	display: block;
}
