body
{
     text-align: center;
     background-color: #ffac37;
     color: white;
     font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

.header
{
     color: #4169e1;
}

h1
{
     font-size: 5.0em;
}

h2
{
     font-size: 3.5em;
     margin: 0.5em;
}

hr
{
     border: 5px solid #4169e1;
     border-radius: 5px;

}

#messageTable
{
     width: 80%;
     margin: 5% auto;
}

#userTable
{
     margin: 5% auto;

}

table
{
     border: solid medium;
     border-radius: 32px;
     border-collapse: collapse;
}

th, td
{
     padding: 1.0em;
     border: solid medium;
     vertical-align: top;
}

#logOut
{
     position: absolute;
     top: 0px;
     right: 0px;
     color: inherit;
     border: solid;
     border-radius: 5px;
     margin: 0;
     padding: 0.1em;
}

input[type="submit"]
{
     color: inherit;
     font-size: 2.0em;
     border: solid #4169e1 5px;
     border-radius: 5px;
     width: 40%;
     background-color: #4169e1;
     margin-top: 5px
}

input[type="text"], input[type="password"], input[type="email"]
{
     padding: 8px 20px;
     margin: 5px;
     width: 80%;
}
