a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
body {
	background-color: #808080;
	color: #000000;
	margin: 25px;
	}
.center {
	text-align: center;
	}
.green {
	background-color: #008000;
	color: #FFFFFF;
	padding: 3px;
	}
.left {
	text-align: left;
	}
li {
	text-align: left;
	}
.orange {
	background-color: orange;
	color: #FFFFFF;
	text-transform: upper;
	font-weight: bold;
	}
.yellow {
	background-color: #FFFF00;
	padding: 3px;
	}
