body{
background-color:black;
font-family:verdana;  
font-size:11px;
color:black;
}

a{
color:indigo;
text-decoration:none;
}

a:hover{
color:purple;
}

a.menulink{
color:thistle;
text-decoration:none;
}

a.menulink:hover{
color:white;
}

a.menuactive{
color:white;
text-decoration:none;
font-weight:bold;
}

tr.title{
height:100px;
text-align:center;
background-color:DarkMagenta;
background-image:url(../theme/title.jpg);
cursor:default;
}

.titletext{
color:thistle;
font-family:verdana;
font-size:3em;
}

.titletag{
color:thistle;
font-family:verdana;
font-size:1em;
text-decoration:overline;
}

td.menu{
background-color:DarkMagenta;
cursor:default;
color:white;
text-align:center;
}

td.main{
background-color:white;
color:black;
padding:25px;
}

table.database{
width:100%;
border:1px solid DarkMagenta;
}

tr.databaseheader{
background-color:DarkMagenta;
font-weight:bold;
color:white;
}

td.databaseheader{
border:1px solid DarkMagenta;
}

tr.databaseline:hover{
background-color:thistle;
}

td.databaseline{
border:1px solid thistle;
}

td.databasevalue{
font-family:'courier new';
border:1px solid thistle;
}
