/* ------------------------------------------------------------ */
/* ---------- (C) 2008 Data - Tech   PC Service ------------ */
/* ---------- 16-04-2008 ----------------------------------- */

/* ---------- Link style definitions -------------------------- */

        /* unvisited link */
a:link {
	color: #000000;
	text-decoration: none;
}
        /* visited links */ 
a:visited {
	text-decoration: none;
	color: #000000;
}
        /* mouse over */ 
a:hover {
	text-decoration: underline;
	color: #000000;
}
        /* active links */ 
a:active {
	text-decoration: none;
	color: #000000;
}

/* ========== End of style definitions =================== */


/* ---------- Body style definitions ------------------------- */

BODY {
	BACKGROUND-color: #0000CC;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
/*	font-size: 10px;*/
/*	font-weight: bold;*/
	background-attachment: fixed;
	scrollbar-face-color:rgb(51,51,51);
	scrollbar-base-color:rgb(51,51,51);
	scrollbar-arrow-color:rgb(255,204,0);
}

