.logo{
	width: 22%;
}


hr{
	width: 95%;
}

h3{
		text-align: center;
		font-size: 30px;
		color: red;
	}

ul{	
	text-align: center;
	font-size: 25px;
	text-decoration: none;	
}	

li{
	list-style-type: none; 
}

p{
	font-size: 30px;
	text-align: center;
}


dir{
	background-color: grey;
	color: white;
}

td
{
	margin-right: 150px;
}

tr{
	float: right;
}

a{
	text-decoration: none;
	color: white;
}	


.left, .right{
	background-color: gray;
	color: white;
	font-size: 15px;
}

