a:link {
    color: red;
    text-decoration: underline;
}

a:visited {
    color: red;
    text-decoration: underline;
}

a:hover {
    color: red;
    text-decoration: underline;
}

body {
    background-color: black;
    color: red;
    font-family: Arial;
    font-size: x-small;
}

#downloads {
    width:100%;
    float: left;
    border-bottom: 1px solid red;
}

#links {
    width:100%;
    float: left;
    border-bottom: 1px solid red;
}

#downloadlist {
    float: right;
    width: 80%;
    /*background-color: green;*/
}

.intro {
    float: left;
    width: 19%;
    /*background-color: blue;*/
    text-align: center;
}

.introheader {
    font-family: 'Times New Roman';
    font-size: medium;
}

#linklist {
    float: right;
    width: 80%;
    /*background-color: green;*/
}

#centercatch {
    padding-top: 400px;
    padding-bottom: 30px;
    /*background-color: yellow;*/
    text-align: center;
    font-family: Tahoma;
    font-size: medium;
}

#copyright {
    width: 250px;
    /*background-color: grey;*/
}

.listrow {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    /*background-color: gray;*/
    /*border-top: 1px solid red;*/
}

.listitem {
    width: 24%;
    float: left;
    /*border: 1px dashed yellow;*/
    text-align: center;
}