
body {background-color: gray;}

h1 {color: white;
	font-size: 60px;
	text-align:center;
	width:100%;}
	
marquee {color:white;
		font-size: 30px;
		background-color:black;}
		
h2 {font-size:15px;
	text-align:right;
	color: green;
	background-color: white; padding-left:0%;padding-right:0%;}

.logo {position:absolute;
		margin-top:5px;
		margin-left:0px;
		margin-right:0px;}


ol {font-size: 40px;
	color: #0054ff;
	text-align:center;}
	
ol:hover {background:#06ff00;
			transition:0.5s;}
	
li {font-size: 25px;
	color: black;}
	
h5 {font-size: 14px;
	color:black;
	text-align:center;}
	
nav {width:100%;
	background:#384749;
	overflow:auto;}
	
nav a{width:200px;
		display:block;
		padding: 10px 15px;
		text-decoration:none;
		font-family:arial;
		color:black;
		text-align:center;}
		
nav a:hover {background:#bc03be;
			transition:0.5s;
			text-transform:uppercase;}

a:hover {background:#06ff00;
			transition:0.5s;
			text-transform:uppercase;}

			nav:nth-child(4n+1){background:black;}
			nav:nth-child(4n+2){background:#ff6600;}
			nav:nth-child(4n+3){background:#ff0000;}
			nav:nth-child(4n+4){background:#f6ff00;}