@charset "iso-8859-15";
a.topic {
 text-decoration: none;
 color: black;
}

a.topic:hover {
 text-decoration: underline;
 color: blue;
}

body {
 background-color: #FFFFFF;
 color: #000000;
}

h1 {
 font-size: 120%;
 font-weight: bold;
}

h2 {
 font-size: 100%;
 font-weight: bold;
}


img { 
 border: 0; 
 padding: 0 0px;
}

td { 
 background-color: #FFFFFF;
 color: #000000;
 font-family: verdana, arial;
 font-weight: normal;
 font-style: normal;
 font-size: 90%;
 padding: 0px 0px;
 text-align: left;
 vertical-align: top;
}

td.board_pic {
 width: 120px;
 padding: 10px 10px;
}

td.board_text {
 padding: 10px 10px;
}

td.content {
 width: 550px;
 padding: 10px 15px;
}

td.frontpage {
 width: 550px;
 padding: 10px 15px;
 background-image: url(pics/frontpage.png);
 background-repeat: no-repeat;

}

td.graphics {
 width: 250px;
}

td.info {
 font-size: 70%;
 padding: 10px 10px;
}

td.left-margin { 
 width: 10px;
}

td.links { 
 width: 160px;
}

td.vline { 
 width: 1px;
 background-color: #C0C0C0;
 color: #C0C0C0;
}


td.middle {
 width: 550px;
}



td.halfcontent {
 padding: 10px 10px;
}

td.right-margin {
 width: 100%;
}

td.l1links {
 height: 29px;
}

tr.graphics {
 height: 70px;
}

ul.square {
 list-style-type: square;
 list-style-position:outside;
}
