td{
 vertical-align:top;
}

#user{
position: absolute;
top: 0px;
right: 10px;
z-index:1;
}

#logo{
position: absolute;
top: 10px;
left: 50px;
z-index:1;
}

h1{text-align:center;}
h3{text-align:center;}
li{list-style:none;}

/*-----links -------*/
:link {
color: navy;
text-decoration: underline;
}
:visited {
color: navy;
text-decoration: underline;
}
:link:hover, :visited:hover {
color: black;
background-color: #e0dedd;
}

.warning{color:red;}
.largeText{
font-size:large;
font-weight:bold;
}
.borderNone{
 border:none;
}
.borderTopRight{
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-bottom: none;
 border-left: none;
}
.borderTopLeft{
 border-top: 1px solid black;
 border-right: none;
 border-bottom: none;
 border-left: 1px solid black;
}
.small{
font-size:8pt;
}