* {
	padding:0;
	margin:0;
}

body {
	font: 13px sans-serif;
}

a {
	font-size:13px;
	color:black;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff;
	transition: ease 0.5s;
}

a:hover {
	color: orange;
}

h3,
h2{
	font-size:14px;
	margin-bottom: 20px;

}

p {
	margin:5px 0 14px;
}

tr td,
h3 {
	color: black;
	text-shadow: 0 1px 0 #fff;
	margin-top: 30px;
}

h3 {
	font-weight:bold;
}