body {
	background-color: #255255255;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:active {
	color: Red;
}
a:hover {
	color: Orange;
}
a {
	color: #F0F8FF;
	font-size: 14px;
	text-decoration: none;
}

.table{
	background-color: Black;
	color: Gray;
}
.footer{
	font-size: xx-small;
	text-align: center;
}
.menu{
	background-color: RGB(79,11,11);
	text-align: center;
}
.header{
	background-color: black;
	text-align: center;
}
h5{
	font-size: 1px;
}
.program{
	border-width: 1px;
	border-style: solid;
	border-color: White White White White;
}
.games{
        background-color: Black;
	color: white;
	font-size: 9px;
}
.text{
        background-color: Black;
	font-family: "Arial CE", sans-serif;
        font-size: 15px; 
        color: rgb(222,222,222); 
        text-align: left;
}
.menu2{
	background-color: #FF8C00;
	text-align: center;
}