/* Body */

body { background-color: #010A0C; }


/* Links */
a:link {
	color: azure;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	}
a:active {
	color: azure;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	}
a:visited {
	color: azure;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	}
a:hover {
	background-color: #1E2947;
	color: #4A6ECC;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: usnderline;
	}

/* Objects */

textarea, option, input { background-color: #094D5F; color: white; }


/* Tables */

#table1 { border: 0px dotted rgb(128,128,128); }


/* Cells */

#row1 { background-color: #094D5F; } /* Posters Name & Date (Dark) */
#row2 { background-color: #102125; } /* Comment (Light) */


/* Fonts */

#text1 { font-family: Verdana; color: white; } /* Posters Name & Date */
#text2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 11; color: #CCCCCC;
		font-weight : bold; } /* Comment */
#text3 { font-family: Arial; font-size : 14px; } /* System Messages */
#text4 { font-family: Verdana; font-size : 14px; } /* Addons */

body{
scrollbar-3dlight-color: #FCFCFC;
scrollbar-arrow-color: #FCFCFC;
scrollbar-base-color: #797D7E;
scrollbar-darkshadow-color: #797D7E;
scrollbar-face-color: #010A0C;
scrollbar-highlight-color: #FCFCFC;
scrollbar-shadow-color: #7E8283;}