/************************/
/* global declarations */

body    {cursor:default;
        font:15px/16px arial;
        color:#eeeeee;
	text-decoration:bold;

        margin:0px 0px 20px 0px;
	background:#ffffff;

        background:url('../images/bg_top.jpg') no-repeat;
    /*background:url('../images/bottom_bg.jpg');*/
	}

a       {color:#880000;
	 text-decoration:none;}

a:HOVER {color:#eeeeee;
	text-decoration:underline;}
