* {
margin: 0;
padding: 0;
}

a {
color: #a1ffff;
text-decoration: none;
}

a:link {
color: #a1ffff;
}

a:visited {
border-bottom: 1px #a1ffff dotted;
}

a:hover {
background: #ffffff;
color: #000000;
}

body {
font: .8em "trebuchet ms", verdana, sans-serif;
color: #ffffff;
background: #000000 url(http://www.greydove.org/houndstooth/images/girl.gif) bottom right no-repeat;
}

blockquote, code {
background: #5b5b5b;
border-left: 2px #a1ffff solid;
margin-left: 1.5em;
padding: 5px;
}

a:visited img.aff {
border: none;
background: #000000;
}

p, blockquote, code, ul, ol, h1, table {
margin-bottom: 1em;
}

h1 {
text-transform: lowercase;
font-size: 1.3em;
font-weight: normal;
color: #a1ffff;
border-bottom: 2px #a1ffff solid;
}

td {
padding: 3px;
}

#wrap {
margin: 35px auto;
margin-bottom: 5px;
width: 500px;
border: 2px #ffffff solid;
}

#header {
background: url(http://www.greydove.org/houndstooth/images/header.gif);
border-bottom: 2px #ffffff solid;
height: 132px;
}

#navigation {
text-align: center;
margin-top: 3px;
}

    #navigation ul {
    list-style-type: none;
    margin: 0; 
    padding: 0;
    }
    
    #navigation ul li {
    display: inline;
    }
    
    #navigation ul li a {
    background: #5b5b5b;
    border: 2px #ffffff solid;
    border-top: 0;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 3px 10px;
    text-decoration: none;
    }
    
    #navigation ul li a:hover {
    background: #7b7b7b;
    }
    
#content {
background: #000000;
padding: 15px;
}
    #content ul li {
    list-style-type: circle;
    margin-left: 1.3em;
    }
    
#footer {
text-align: center;
font-style: italic;
font-size: .7em;
}

/* control row colours in admin */
.literow {
background: #fff;
}
.darkrow {
background: #ddd;
}