body{
	text-align: center;
	font-size:20
}

.content{	
	background:rgb(215,139,208);;
}

.footer{	
	background:rgb(63,98,182);
	color: white;
}

.footer a:link{
	color:white;
}

ul { 
	display: inline-block; 
	text-align: left; 
}

.title{	
	color:rgb(63,98,182);
	font-size: 50;
	font-weight:bold;
	text-decoration:underline
}

.subtitle{
	font-size:larger
}


.larger{
	font-size:larger;
}

.smaller{
	font-size:smaller;
}


strong{
	font-weight:bold;
}
