/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

    body {
        margin:0;
        padding:0;
        border:0;
        width:100%;
        background:#000000;
        min-width:600px;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size:90%;
		color: #ffffff;
    }
    a { 
        color:#ffffff;
		text-decoration:none;
    }
    a:link {
        color:#F88528;
		text-decoration:underline;
    }  
    a:hover {
		color:#C35B07;
		text-decoration:underline;
	}
    a:active {
        color:#F88528;
		text-decoration:underline;
    }
    a:visited {
    	color:#F88528;
		text-decoration:underline;
	}
