* {
	margin: 0;
}
html,
body {
	padding: 0;
	height: 100%;
}
table {
	border-collapse: collapse;
}
td,
th {
	vertical-align: top;
	padding: 0 20px 10px 0;
}
ul,
ol {
	padding-left: 0;
	margin-left: 0;
}
a {
	cursor: pointer;
	outline: none;
}
a img {
	border: none;
}
.big_button {
	font-size: 1.3em;
	margin-top: 40px;
	padding: 10px;
	background-color: #AFE3FF;
	-moz-border-radius: 10px;
}
.big_button a {
	text-decoration: none;
	color: #0079C2;
}

.big_button a:hover h3 {
	text-decoration: underline;
}


.big_button a h3 {
	color:#0079C2;
	margin-bottom: 5px;
}
.big_button a p {
	color: #0079C2;
	margin: 0;
	font-style: italic;
}

