/* CSS Document */

body{
	background-color: #660000;
}
.darkgrey{
	height:80px;
	width:80px;
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.midgrey{
	height:80px;
	width:80px;
	background-color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.lightgrey{
	height:80px;
	width:80px;
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.white{
	height:80px;
	width:80px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.black{
	height:80px;
	width:80px;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
.red{
	height:80px;
	width:80px;
	background-color: #FF0000;
}



