BODY, TABLE, TD {

	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma;

	scrollbar-face-color: #99CCFF;  
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #663399;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

INPUT {

	color: Blue;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.title1 {

	font-size: 50px;
	font-family: Arial;
	color: Black;
	line-height: 45px;
	font-weight: 600;
}

.title2 {

	font-size: 13px;
	font-family: Arial;
	color: black;
	font-weight: bold;
}

A:HOVER {

	color: Fuchsia;
	text-decoration : none;
}

A {
	text-decoration : underline; 
}

/***************************/

TABLE.forum { width:"100%"; font-family: Verdana; border-width:0; }

TR.forumTitle {

	cursor: hand;
	background: #F2F2F2;
	text-transform: capitalize;
	color: gray;
	font-size: 10pt;
}

A.forumResponde {

	color: #990033;
	font-weight: bold;
	text-decoration : underline;
}

DIV.comment {
 
	background:#F7F1DD; 
	border-color:#F7F1DD;
	border-style:solid; 
	border-width:5; 
	font-size: 10pt;
	line-height: 13pt;
}

INPUT.forumTitle { width: 200; }
TEXTAREA.forumComment { width: 305px; height:100px;}
INPUT.forumName { width: 145; }
INPUT.button { width: 90; }
