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

h1 {
	text-align: center;
}

col{
	border: #000000;
	border-width: 1px;
}

ul{
	background-color:#035364;
	text-emphasis-color: azure;
}

h1{
	background-color: darkcyan;
}

col{
	color: darkgray;
}

p{
	background-color: darkslategray;
}