.clicker {
cursor:pointer;
color:blue;
}

body{
	text-align: center;
}

div.main{
	margin-top: 100px;
}

p.body {
	margin: 20px;
}

hr.gap{
	display: block;
	width: 100%;
	height: 100px;
	border: 0;
}

hr.gap2{
	display: block;
	width: 100%;
	height: 30px;
	border: 0;
}


p.copyright {
	background-color: #ebebeb;
	position: fixed;
	bottom: 0;
	text-align: center;
	border-top: 2px solid #ccc;
	width: 100%;
	padding: 4px;
	font-family: arial;
	color: #969696;
	height: 20px;
}

p a {
	color: #8CAC9A;
	text-decoration: none;
	font-family: 'Amaranth', sans-serif;
}

p a:hover {
	color: #969696;
	text-decoration: none;
	font-family: 'Amaranth', sans-serif;
	font-size: 35px;
}

p a:visited {
	color: #4E8051;
}

.hanging {
	padding-left: 22px;
	text-indent: -22px;
}

.bolder { 
	color: #5C5C5C;
}

table, th, td {
	border: 1px solid #404040;
	border-radius: 25px;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: nowrap;
	padding: 2px;
	vertical-align: middle;
	color: #474444;
}

table {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}
