/* Login */
h1 {
    font-size: 2em;
    border-bottom: solid black 1px;
}
#heading
{
	font-size: 3em;
    border-bottom: solid black 1px;
}
p {
    font-size: 1.5em;
}
label
{
	color:black;
	font-size: 1.25em;
}
input
{
	font-size: 1em;
}
body
{
	background-color: #D6E6CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 20px;
	color: #D6E6CF; /* make non valid body invisible */
}
.framecontent
{
	color: black;
}
/* Layout */
#footer
{
	display: inline;
	float: right;
	position:absolute;
    bottom:0;
    color: #aaaddd;
    font-size: 1em;
	text-align: center;
}
