body {
	background-color: #14B101;
}
body,td,th {
	color: #FCF9F9;
}
div
{
position:relative;
left:5%;
text-right:justify;
padding:0px;
color:white;
width: 90%;
}
table
{

border:solid 1px;
width:50%;
}
table td
{
border:solid 1px;
width:50%;
}

a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #F8FBC7;
}
a:visited {
	text-decoration: none;
	color: #E1E1E1;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img
{
border-radius: 5px;	
}

