.bottomlinks {
color: white;
text-decoration: none;
font-weight:bold;
}

.logintable {
background-color: #EEEEEE;
}

body {
background-color: white;
font-family: Arial;
font-size: 14px;
}

a:active {
color: purple;
}

a:hover {
color: red;
}

a:link {
color: blue;
} 

a:visited {
visibility: purple;
} 

th {
background-color : #000066;
color : white;
padding-left : 10px;
padding-right : 10px;
font-size : 14px;
font-weight : bold;
text-align: left;
}

td {
font-size : 14px;
}

.blubody {
background-color : #A4D1FF;
color : black;
}

.bluhdr {
background-color : #000066;
color : white;
font-size : 14px;
font-weight : bold;
}

a.catmenu {
color : black;
text-decoration: none;
}

a.catmenu:hover {
color : red;
text-decoration: underline;
}

.catalog th {
background-color : #000066;
color : white;
font-size : 14px;
font-weight : bold;
}

.catalog td {
background-color : #ff6600;
color : white;
}

.catalog a {
color: white;
}

.catalog a:hover {
color: cyan;
}

#adminmenulayer {
position:absolute;
color:black;
top:150;
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;
}

#corporatemenu {
position:absolute;
top:117;
left:150;
visibility:hidden;
z-index:3;
padding-left:1px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
background-color:#E0E0E0;
border:2px solid black;
}
