/* Anthony Richard*/ 
/*Modified: 10/06/2019*/
/* CSS rules for all web pages*/

header {text-align: center;}
nav {text-align: center}
body {background-color: #E6FFEA;}
/*About Us ordered list*/
ol {
	 text-align: center;
	 list-style-position: inside;
	 font-size: 25px;
}
/*Default body styles*/
h1 {font-style: italic;
	color: #008000;
	text-align: center;
	font-size: 30px;
}
h2 {font-style: italic; 
	color: #008000;
	text-align: center;
	font-size: 20px;
}
p 	{text-align: center;
	font-size: 18px;
}
em {color: brown;}
/*<nav> unordered list*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #111111;
}
li {
	float: left;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}
li a:hover {
	background-color: #008000;
}
/*footer h2 element*/
.footer {font-style: normal; 
	color: black; 
	text-align: left;
}
table{
	border-spacing: 1px;
	width: calc(100% - 30px);
	background-color: #E6FFEA;
}
table {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #ffe6fb;
	margin: 15px;
}
th, td {
	padding: 5px;
	border: none;
}
.rowalign {
	text-align: center;
}
.pcolor {
	color: blue;
}
.sptext {
	color: red;
}
.footnote {
	color:red;
}
.halign {
	text-align: center;
}
.price {
	text-align: center;
	vertical-align: center;
	padding: 5px;
}
