@charset "utf-8";
/* CSS Document */

body {
	
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:15px;
	background-color:#000000;	}

a {
                        text-decoration : none;
                        color : #FFFFFF;
                        font-style : bold;
                }

                a:hover {
				color:#FF6600;
				text-decoration: none

}



