

body {
    background-color : black;
  }


* {
    font-family : Tahoma, Arial, sans-serif;
    font-size : 13px;
  }


a {
    color : #ABCAFF;
  }


a:hover {
    color:red;
  }





.topmenu td {
    background-image:url('../images/menuback.png');
    text-align:center;
  }


.topmenu td:hover {
    background-image:url('../images/menuback-over.png');
  }


.topmenu a {
    text-decoration: none;
    font-size: 15px;
    color:orange;
    font-variant:small-caps;
  }


.topmenu a:hover {
    color:red;
  }


.header-text {
    font-weight:bold;
    font-variant:small-caps;
    font-size:15px;
    color:white;
  }


.content {
    color:#EDEDED;
    vertical-align:top;
    text-align:left;
  }


.contentblock {
    background:#1b1e23;
    vertical-align:top;
  }

.contentblock p {
    background:#1b1e23;
    vertical-align:top;
    color:#EDEDED;
    padding:5px;
  }


.footer {
    text-align:center;
    border-top:1px solid grey;
  }


.footer font {
    text-decoration: none;
    color : #5c5c5c;
  }


#slideshow {
    position:relative;
    height:200px;
    width:800px;
  }


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
  }


#slideshow IMG.active {
    z-index:10;
  }


#slideshow IMG.last-active {
    z-index:9;
  }

