body         {
	background-color: #FAFAD2;
}

h1 {
	font-family : sans-serif;
	font-size : x-large;
	font-style : normal;
	font-weight : bold;
	font-variant : small-caps;
	background : transparent;
	text-transform : uppercase;
	border : none;
	color : Green;
	text-align : center;
}

h2 {
	font-family : sans-serif;
	font-size : large;
	font-style : normal;
	font-weight : bold;
	color : Green;
}

h3 {
	font : normal;
	font-family : sans-serif;
	font-weight : bold;
	color : Green;
}

h4, h5, h6 {
	font-family : serif;
	color : Gray;
}

table {
	background : transparent;
	border : none;
	padding : 2%;
	width : 590px;
	color : Green;
}

th {
	font-family : sans-serif;
	font-size : medium;
	font-variant : small-caps;
	text-align : left;
	text-transform : uppercase;
}

td {
	font-family : sans-serif;
	font-variant : normal;
	font-weight : normal;
	font-size : smaller;
	color : Black;
}

ul {
	color : Red;
}

ol {
	color : Red;
}

.struct-table {
	border : none;
	background-color : transparent;
	width : 590px;
}

a:link, a:visited {
	color : Blue;
	text-decoration : none;
}

a:hover {
	color: Red;
	text-decoration: none;
}

p {
	color : Black;
	font-family : sans-serif;
	font-size : x-small;
}