/* CSS Document */

body {
	background-color:#000033; 
	font-family:arial;
	color:orange;
	}
	
h1 {
	color:yellow;
        text-align:center

	}

h2 {
        color:orange;
        text-align:left
        }
	
.red {
	color:red
	}
	
	
a:link { color:red; text-decoration:none }
a:visited { color:red; text-decoration:none }
a:hover { color:orange; text-decoration:none }
a:active { color:orange; text-decoration:none }
a:focus { color:orange; text-decoration:none}
