body{color: #ffffff;
			background-color: #000000;
			margin-left: 0px;
            margin-right: 0px
			padding: 0px;
			overflow-x: hidden;
			font-family: 'Helvetica', 'Arial', 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
			font-size: 11px;
			line-height: 1.6em;
			text-align: justify;
			}

		a:link {color:#ffffff;}    /* unvisited link */
a:visited {color:#999999;} /* visited link */
a:hover {color:#FF0000;}   /* mouse over link */
a:active {color:#FF0000;}  /* selected link */
        
        
        .menu
{
margin-left:auto;
margin-right:auto;
text-align:center;
width:840px;

}

img { 
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
    }
