

#banner{
	text-align: center;
	color: darkred;
	background-color:rgba(255, 99, 71, 0.5);
}


article.google{
	font-family: 'Audiowide',sans-serif;
	font-size:1em;
}	


a.link{
	font-family: 'Audiowide';
	font-weight: 2px;
	font-size : 2em;
}

a:active{
	color: red;
}

a:visited{
	color: grey;
}

a:hover{
	color: blue;
}

a:link{
	color: darkcyan;
}



ul{
	list-style-type: square;
	list-style-position: outside;

}