<style type="text/css">  
   <!--
   
  a:link  {text-decoration : none; color: "#004080"}
  a:active  {text-decoration : none; color: "#004080"}
  a:visited  {text-decoration : none; color: "#004080"}
  a:hover  {text-decoration : underline;	color : #ffffff; background-color : #B54B0B;}
   body {font-family:arial,verdana,helvetica;color:#000000;font-size:12px;font-weight:none}
  td	{font-family:arial,verdana,helvetica;color:#000000;font-size:12px;font-weight:none}
  .reds {font-family:arial,verdana;color:darkred;font-size:10px}
  .redb {font-family:arial,verdana;color:darkred;font-size:14px;font-weight:bold}
  .blackb {font-family:arial,verdana;color:#000000;font-size:15px;font-weight:bold}
  .blacks {font-family:arial,verdana;color:#000000;font-size:10px}
  .whtxs {font-family:arial,verdana;color:#ffffff;font-size:9px}
  .whts {font-family:arial,verdana;color:#ffffff;font-size:11px}
  .whtb {font-family:arial,verdana;color:#ffffff;font-size:14px;font-weight:bold}
  .yels {font-family:arial,verdana;color:#EDB712;font-size:11px}
  .yelb {font-family:arial,verdana;color:#EDB712;font-size:14px;font-weight:bold}
  .link1 {font-family:arial,verdana;color:#EDB712;font-size:11px}
  .link2 {font-family:arial,verdana;color:#ffffff;font-size:11px}
   .greens {font-family:arial,verdana;color:#008899;font-size:11px}
   .greenb {font-family:arial,verdana;color:#008899;font-size:14px;font-weight:bold}
  .lineY {size:10px;color:#EDB712}
  
  -------------------------------------------------------------
div, which contains the board
used for positioning
-------------------------------------------------------------
*/

#boardkehys 
{
	border-right : 0px solid black;
	height : auto;
	left : 10px;
	position : absolute;
	top : 30px;
	width : 770px;
	background-color: transparent;
	background-attachment : scroll;
	background-position : top;
	background-repeat : no-repeat;
}



/*
-------------------------------------------------------------
actual board (table)
-------------------------------------------------------------
*/

.board {
	border-right:2px solid green;
	border-top: 2px solid green; 
	width:750px;
}


/*
-------------------------------------------------------------
general elements, such as navigation and links
-------------------------------------------------------------
*/

.boardHeader{
font-size:85%;
background-color:#669966;
width:50px;
margin:0px;
padding:0px;
text-align:center;
}


.boardLink {
color:navy;
font-weight:bold;
text-decoration:none;
font-size:80%;
}


/*
-------------------------------------------------------------
first page: forums and descriptions
-------------------------------------------------------------
*/
/* rows */
.boardmainrow{
	border: 1px solid black; 
}

/*icon cells*/
.boardMaingroupImg{
	background-color:#ffcc00;
	width:50px;
	margin:0px;
	padding:0px;
}

/*description*/
.boardMainDesc {
	font-size:80%;
	background-color:#ffffcc;
	width:500px;
	margin:0px;
	padding:0px;
}

/*amount of topics*/
.boardMainTopics{
	font-size:80%;
	background-color:#ffcc00;
	width:50px;
	margin:0px;
	padding:0px;
	text-align:center;
}

/*amount of messages*/
.boardMainMsgs{
	font-size:80%;
	background-color:#ffffcc;
	width:50px;
	margin:0px;
	padding:0px;
	text-align:center;
}

/*last message*/
.boardMainLastMsg {
	font-size:80%;
	background-color:#ffcc00;
	width:100px;
	margin:0px;
	padding:0px;
}



/*
-------------------------------------------------------------
the second page: topics
-------------------------------------------------------------
*/



.forumcell {
border-top:1px solid green;
background-color:transparent;
font-size:0.9em;
white-space : pre;
}


.forumcell a {
color:navy;
}





/*
-------------------------------------------------------------
third page: messages
-------------------------------------------------------------
*/


/* topic cell */
.forumtopic {
width:350px;
border-bottom:1px solid green;
}



/* 2nd,4th,6th... writer */
.forumwriter {
width:150px;
border-right:1px solid green;
background-color:#ccccff;
}

/*1st,3rd, 5th...writer */
.forumwriterTwo {
width:150px;
border-right:1px solid green;
background-color:#cccc33;
}


/* actual message */
.forummessage {
width:550px;
border-bottom:1px solid green;
font-size:80%;
}


/* signature */
.forumsignature {
color:red;
width:500px;
border-top: 1px solid black;
font-size:80%;
font-style:italic;
margin:0px;
padding:0px;
}








/*
-------------------------------------------------------------
special functions
-------------------------------------------------------------
*/

/* boardcode */
.forumcode {
font-family:courier,monotype;
background-color : #ccccff;
border-color : black;
border-style : solid;
border-width : 1px;
color : black;
font-size : 75%;
font-style : normal;
font-weight : normal;
padding : 2px;
}


/* boardquote */
.boardquote {
	color:navy;
	font-size:0.9em;
}	






/*
-------------------------------------------------------------
infobox (login, boardinfo etc)
-------------------------------------------------------------
*/


/* loginbox(table) */
#loginbox
{
	position: static;
	width : 750px;
	border:1px solid navy;
}

#loginbox b{
	color:#000631;
	font-size:60%;
}


#loginbox p{
	color:#000631;
	font-size:0.7em;
}


/* board info*/
.boardinfo{
color:white;
font-weight:bold;
text-align:center;
border: 1px solid navy;
background-color:#ff9900;
width:100%;
}

/* board login*/
.boardlogin{
font-size:70%;
color:navy;
font-weight:bold;
text-align:center;
border: 1px solid navy;
background-color:transparent;
text-align:left;
border:0px;
}



/*
-----------------------------------------------------------
input fields
-----------------------------------------------------------
*/

fieldset {
padding:5px;
}

fieldset input {
font-size:70%;
}
  -->
  </style>
