h1 { color:darkslategrey;
font-family: monospace;
             font-weight: bold;
        }
        h2 { color:darkslategrey;
font-family: monospace;
             font-weight: bold;
        }
        h3 { 
            color:darkslategrey;
            font-family: monospace;
             font-weight: bold;
            
        }
	    hr { 
	        color: darkolivegreen;
	        
	    }
         p { 
             color:darkslategrey;
             font-family: monospace;
             font-weight: bold;
         }
             
	    ul { 
	        color:darkslategrey; 
 	    	border: 2px solid white;
 	    	list-style-type: circle;
	    }
        li{
            color: darkslategrey;
            font-weight: bolder;
            font-family: monospace;
             font-weight: bold;
        }
        title{
            font-style: italic;
        }
        a{
            color: darkolivegreen;
            font-family: monospace;
             font-weight: bold;
        }
         body {
             background-color:darkseagreen
             
         }
         img{
             float: left;
             height: 80px;
             width: auto;
         }
         iframe{
             height: 600px;
             width: 90%;
         }
        #triforce{
            background: url(https://th.bing.com/th/id/R.039461cde02da963babeab497ac25be1?rik=vNExmMMECSu5iA&riu=http%3a%2f%2fimg13.deviantart.net%2f64ea%2fi%2f2014%2f230%2fd%2f0%2fhyrulean_triforce_by_zekrom_9-d7vpl5x.png&ehk=8AhiATm2aangTyw8%2bMNbCQXL3FwOBA7pPWE43yrpRx4%3d&risl=&pid=ImgRaw&r=0);
            background-size: 35px, auto;
            background-repeat:no-repeat;
        }
        #nav{
            background-color: #afcfaf;
            color: darkslategrey;
        }
        .tableGAME{
            color: darkslategrey;
            font-family: monospace;
        }
        .tableTIME{
            color: #264026;
            font-family: monospace;
        }