@charset "UTF-8";
/* CSS Document */

p.1{
	color:white;
	font-size:36px;
	}
	
p.pop{
	color:red;
	font-size:16px;
	}
	
	
p2{
	color:#FFF;
	font-size:12px;
	}
	
p3{
	color:white;
	font-size:24px;
	}	
	
p5{
	color:red;
	background:#00C;
	border-color:#00F
	}
	
span{
	color:red;
	animation:running;
	}
	
span2{
	color:yellow;
	}

h1{
	color:blue;
	border-color:#F00
	}
	
div.5{
	color:#F00
	}
	
	
div.button{
    text-decoration:"none";
	margin-top: auto;
    margin:auto;
    text-align:center;
    height: 100px;
	border:red solid 6px;
    width: 344px;
    border-color: white;
    background-color:green;
    border-radius: 20px;
    }
    
a.button{
    text-decoration:none;
    }
	
span.button{
	font-family:Verdana, Geneva, sans-serif;
	color:white;
	font-size:76px;
	}	
	
<!--a is the selector, hover is the pseudo selector, color is property, #cc0000 is the value-->	
a:link{
    text-decoration:none;
    color:blue;
    }
    
a:hover{
    color:white;
	text-decoration:none;
    }
    
a:visited{
    color:red;
	text-decoration:none;
    }