    #blue{
	    color:blue
    }
	#red{
	    color:red
    }
	#green{
	    color:green
    }
	#yellow{
	    color:yellow
    }
	body {
background-color:#6DB1D2;
font-family:Arial, Helvetica, sans-serif;
    }