.loginbutton {
  font-family: Arial;
  font-size: 11pt;
  color: white;
  font-weight: bold;
  background-color: #820304;
  width: 100px;
  padding: 3px;
  border: solid black 1px;
}

.logintable {
background-color: #003976;
}

.logintable td {
color: white;
}

body {
background-color: white;
font-family: Arial;
font-size: 16px;
}

a:active {
color: purple;
}

a:hover {
color: red;
}

a:link {
color: blue;
} 

a:visited {
visibility: purple;
} 

th {
background-color : black;
color : white;
padding-left : 10px;
padding-right : 10px;
font-size : 16px;
font-weight : bold;
text-align: left;
}

td {
font-size : 16px;
}

.blubody {
background-color : #003976;
color : white;
}

.bluhdr {
background-color : #003976;
color : white;
font-size : 18px;
font-weight : bold;
}

a.catmenu {
color : black;
text-decoration: none;
}

a.catmenu:hover {
color : red;
text-decoration: underline;
}

.catalog th {
background-color : #106CB9;
color : white;
font-size : 18px;
font-weight : bold;
}

.catalog td {
background-color : #A4D1FF;
color : black;
}

.catalog a {
color: white;
}

.catalog a:hover {
color: cyan;
}

#adminmenulayer {
position:absolute;
top:100;
left:150;
visibility:hidden;
z-index:10;
padding-left:1px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #E0E0E0;
border:2px solid black;
}

#categorymenu {
position:absolute;
top:95;
left:150;
visibility:hidden;
z-index:2;
padding-left:1px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #E0E0E0;
border:2px solid black;
}

