/*
* Niels Demoen 2002, 2003
* Steal this, and get away with it!
* I couldn't care less (but I wouldn't know why you'd want to steal this anyway).
*/

body{
    font-size: small;
    /* background: #B9B9B9; */
    background: #F5FFFA;
    font-family: Arial, sans-serif;
}
#copyright{
    font-size: x-small;
    float: left;
    /* width: 82%; */
    background: #D3D3D3;
    color: #000000;
    padding: 3px;
}
#blurb{
    font-size: x-small;
    float: none;
    border: thin dashed #4682B4;
    color: #000000;
    padding: 3px;
    margin-bottom: 8px;
    /* This is too broken.
    width: auto;
    height: 238px;
    background: url(http://www.weeble.be/images/prom99sbc.jpg) no-repeat center center;
    clear: none;
    text-align: center;
     /*
}
.filesize{
    font-size: x-small;
    font-style: italic;
}
.about-image{
    float: left;
}
.about-text{
    line-height: 110%;
    /* margin-left: 8px; */
}
#left{
    margin-bottom: 15px;
    float: left;
    width: 82%;
    background: #87CEFA;
    /* background: #D3D3D3; */
    color: #000000;
    padding: 5px;
    /* border: 2px solid #778899; */
    border: 2px solid #191970;
}
#right{
    float: right;
    width: 15%;
    background: #87CEFA;
    /* background: #D3D3D3; */
    color: #000000;
    /* border: 2px solid #778899; */
    border: 2px solid #191970;
    padding: 3px;
}
#navbar{
    margin-bottom: 5px;
    float: left;
    width: 100px%;
    /* background: #778899; */
    color: #000000;
    padding: 5px;
    border: 2px double #D3D3D3;
}
#titlebar{
    margin: 0;
}
#title{
    font-size: medium;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
#date{
    font-size: xx-small;
    font-weight: normal;
    text-align: left;
    margin: 0;
}
DIV{
    margin: 0;
}
A {
	text-decoration: underline;
}
A:link, A:active {
	color: #0000FF;
	/* color: #2F4F4F; */
}
A:visited	{
	color: #191970;
}
A:hover		{
	color: #FF4500;
}
