# BUTTON {

    * border-right : 1px double #000000;
    * border-top : 1px double #000000;
    * border-left : 1px double #000000;
    * color : #000000;
    * border-bottom : 1px double #000000;

}
# INPUT {

    * border-right : 1px double #000000;
    * border-top : 1px double #000000;
    * border-left : 1px double #000000;
    * color : #000000;
    * border-bottom : 1px double #000000;
    * background-color : #ffffff;

}
# SELECT {

    * border-right : 1px double #000000;
    * border-top : 1px double #000000;
    * border-left : 1px double #000000;
    * color : #000000;
    * border-bottom : 1px double #000000;
    * background-color : #ffffff;

}
# TEXTAREA {

    * border-right : 1px double #000000;
    * border-top : 1px double #000000;
    * border-left : 1px double #000000;
    * color : #000000;
    * border-bottom : 1px double #000000;
    * background-color : #ffffff;

}
FONT {
	FONT-FAMILY: Tahoma;
}
.small {
	FONT-FAMILY: Tahoma;
	 FONT-SIZE: 10px;
	  COLOR: #000000;
}
.smallindex {
	FONT-FAMILY: Tahoma;
	 FONT-SIZE: 9px;
	  COLOR: #FFFFFF;
}
BODY {
	FONT-FAMILY: Tahoma;
}
TABLE {
	FONT-FAMILY: Tahoma;
	 FONT-SIZE: 11px;
	  COLOR: #000000;
}
TD {
	FONT-FAMILY: Tahoma;
}
TD.table {
	FONT-FAMILY: Tahoma;
}
TD.headtable {
	FONT-FAMILY: Tahoma;
}
TD.boldtable {
	FONT-FAMILY: Tahoma;
}
A:visited {
	COLOR: #000099;
}
A:link {
	COLOR: #000099;
}
A:hover {
	COLOR: red;
}
b { 
    FONT-FAMILY: Tahoma;
}
P { 
    FONT-FAMILY: Tahoma;
}
caption {
    FONT-FAMILY: Tahoma;
}
/*** forum table: table used to display list of threads, category lists and so on ***/
table.forumtable {
   border: 1px solid #636363;
   padding: 0px;
   width: 90%;
	border-spacing: 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table.forumtable tr.title {
   background: #EAEAEA;
	padding: 0px; 
	margin: 5px;
}
table.forumtable tr.title td {
   padding: 2px;
   margin: 0px;
	border: 0px;
	border-bottom: 1px solid #636363;
}
table.forumtable tr.even {
   background: #FFFFFF;
}
table.forumtable tr.odd {
   background: #EAEAEA;
}

/*** forum head: used for head and  foot (actions, page numbers...) ***/
div.forumhead {
	border: 1px solid #636363;
   background: #EAEAEA;
   width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px;
}
div.forumhead table {
	width: 90%;
	border: 0px;
	border-spacing: 0px 0px;
	padding: 0px;
	margin: 0px;
}
div.forumhead table td{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*** forum message: used to display a post ***/
div.forummessage {
	border: 1px dotted #636363;
   width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.forummessage blockquote {
	border: 1px dotted #636363;
	margin: 5px 5px 5px 25px;
	padding: 3px;
}
div.forummessage div.head {
	border: none;
	padding: 0px;
   background: #EAEAEA;
}
div.forummessage div.text {
	border: none;
	padding: 10px;
}
div.forummessage div.foot {
	border: none;
	padding: 0px;
	font-size: small;
}

/*** forum comment: special format for comments to a post ***/
div.forumcomment {
	border: 0px;
	margin: 5px 0px 5px 25px;
	padding: 0px;
}

/*** frame: framed objects (forms for new post, new comment...) ***/
div.frame {
	border: 1px solid #636363;
   width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/*** form: we set the form margin and padding to 0, otherwise it looks quite ugly ***/
form {
  margin: 0%;
  padding: 0%;
}

.menu A:link {
      color:white; 
      text-decoration: none;
}

.menu A:visited {
      color:white; 
      text-decoration: none;
}

.menu A:active {
      color:white; 
      text-decoration: none;
}

.menu A:hover {
      color:#FFCC00; 
      text-decoration: underline;
}