body  {
    background : #003300;
    color : #CCCC33;
    text-align : center;
	font-family: "Times New Roman", Times, serif;
    }
td  {
    text-align : center;
}
p  {
    color : #CCCC33;
	text-align : left;
	line-height: 1.3em;}

h1, h2, h3  {
    color : #CCCC33;
    text-align : center;
}
table {
	table-layout: fixed;
	width: 600px;
}
.right {
	float: right;
	margin-right: 12%;
	margin-left: 5%;
	}
.bottom {
	color : #CCCC33;
	text-align : center;
	margin: 3%;
	font-size: 90%;
}

.list {
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	line-height: 1.3em;
	margin-left: 20%;
}
a:link {
	color: #CCCC33;
}
a:visited { 
    color: #CCCC33;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.a {
	font-size: 30px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.center {
    margin: auto; 
	width: 600px
	}
.pic {
	border: 3px solid #060;
}
