﻿body 
{
    background-color: white;
    font-size: 0.8em;
    font-family: sans-serif;

}

.page
{
    width: auto;
    margin: 0;
    border-width: 0;
}

p
{
    margin-bottom: 0em;
    line-height: 1em;
    text-align: center;
}
.button {
    height: 1.9em;
    font-size: 1.8em;
    font-weight: bold;
    width: 100%;
}

a {
    text-align: center;
}

.aButton {
    /*width: 100%;
    text-align: center;
    border: black;
    border-width: thin;
    border-radius: 6px;
    border-style: solid;
    text-decoration: none;
    padding: .2em .4em;*/
}                                 

.header h1
{
    color: #000000;
}

.title 
{
    float: none;
}

.loginDisplay
{
    text-align: left;
    padding: 0 0 0.5em 10px;
    font-size: 0.8em;
}

.menu 
{
    font-size: 0.9em;
}

input.textEntry 
{
    width: auto;    
}

input.passwordEntry 
{
    border: 1px solid #ccc;
    width: auto;    
}

div.accountInfo
{
    width: auto;
}
