html, body {
	background-color: #202931;
	padding: 0;
	margin: 0;
}

img {
    border: none;
    }
		
.home{
	font-family: Palatino, georgia, bookman, serif;
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	color: #FDFBFA;
	text-decoration: none;
	margin-bottom: 15px;
	}
	
	.home1{
	font-family: Palatino, georgia, bookman, serif;
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	color: #FDFBFA;
	text-decoration: none;
	margin-bottom: 15px;
	margin-left: 125px;
	text-align: left
	}
	
	.finished{
	font-family: Palatino, georgia, bookman, serif;
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	color: #FDFBFA;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 185px;
	text-align: left
	}
	
.footer{
	font-family: Palatino, georgia, bookman, serif;
	font-size: small;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	color: #FDFBFA;
	text-decoration: none;
	ont-weight: bold;
	margin-bottom: 15px;
	
}
a:link {color: #FDFBFA; text-decoration: underline; }
a:visited {color: #FDFBFA; text-decoration: underline; }
a:hover {color: #82201D; text-decoration: none; }

.maintable {
	
	background-color:#202931;
	border: thin solid #81201C;
}
