@charset "utf-8";
/* CSS Document */


.col{
	border: 1px solid black;
}
p{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
body{
	background-color:aliceblue;
}
h2 .text-secondary{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: blue;
}

