body {
  background: white;
  font-size: 16px;
  padding: 0px 80px 20px 80px;
}
p {line-height: 150%; text-align:center;}
p, td, th {
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0 1ex;
}
th {text-align:left;}
a {color:#00c400;}
a:hover: {color:#ff0000;}
p a {
	padding:8px;
	color:#00c400;
	font-weight:600;
}
p a:hover {color:#ff0000;}
td {
	padding:8px;
	border-bottom: 1px solid rgb(204,204,204);
}
td a {
	color:#00c400;
	font-weight:600;
}
td a:hover {color:#ff0000;}
tr:hover {background-color: #f5f5f5;}
th {
	padding:8px;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
}
table {
    border-spacing: 0;
	margin-top:60px;
	margin-bottom:60px;
	width:100%;
}
.shortlink {
    font-size: smaller;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 36px;
font-weight:300;
	padding-bottom: 20px;
	text-align:center;
}
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 28px;
	text-transform:uppercase;
	background-color:#e8e8e8;
	padding:20px;
	font-weight:300;
	text-align:center;
}
a h3 {color:black;}
/* FORM FORM */
form {
	font-size: 14px;
	font-weight: 600;
	padding:20px;
	background-color: #e8e8e8;
}
input {
	border: 1px solid rgb(204,204,204);
	padding: 8px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
input:focus {
	border: 1px solid rgb(113,216,113);
}
button {
	background:#00c400;
	font-size: 14px;
	border:0px;
	color:white;
	font-weight: 600;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	padding:8px 16px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	margin-left: 4px;
}
