@charset "utf-8";
/* CSS Document */

body{
	background-color:#60B4D7;
	margin:auto;
}
.smallh{
	font-family:verdana;
	font-size:20px;
	color:#3A6C88;
}
.text{
	font-family:verdana;
}
.td{
	background-color:white;
}
.social:hover{
		-webkit-filter: brightness(0%);
}
#img{
	-webkit-filter: hue-rotate(180deg);
}
#img:hover{
	-webkit-filter:none;
}
table{
	border: 0px solid black;
	width:100%;
	height:100%
	padding:0px;
}
