
html, body {
	color: #000000;
    font-family: "Times New Roman", Times, serif;	
	background-color: #FFFFCC;
}

td, th {
	color: #000000;
    font-family: "Times New Roman", Times, serif;	
	background-color: #FFFFCC;
	text-align: center;
}

h1, h2 {
	background-color: #FFFFCC;
    font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;		
}

h3, h4, h5, h6 {
	background-color: #FFFFCC;
    font-family: "Times New Roman", Times, serif;
	color: #000000;		
}


html, body {
    font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

a:link {
    font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

a:visited {
    font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

textarea {
   font-family: Courier, sans-serif;
}

.medium-textarea textarea { 
   height: 6em;
   width: 400px;
}

.intro {
 text-align: center;
}

.footer {
 text-align:center;
}

