		body
        {
	        background-color:Black;
	        font-family:Verdana, Sans-Serif;
	        color: Yellow;
        }

        P
        {
	        font-size:large;
	        color:Yellow;
        }
        A:active
        {
	        color:#00ff00 !important;
	        font-size:large !important;
        }
        A:hover
        {
	        color:#00ff00 !important;
	        font-size:large !important;
        }
        A:link
        {
	        color:#00ff00 !important;
	        font-size:large !important;
        }
        A:visited
        {
	        color:#00ff00 !important;
	        font-size:large !important;
        }
        H1
        {
	        color:white;
        }
        H2
        {
	        color:white;
        }
        H3
        {
	        color:white;
        }
        H4
        {
	        color:white;
        }
        H5
        {
	        color:white;
        }
        H6
        {
	        color:white;
        }
        
        .n_menu
        {
			font-size: large;
        }
