@font-face {
  font-family: Hobo Std Medium, Hobo Std;
  src: http://fontsgeek.com/fonts/Hobo-Std-Medium;
}
.button1:hover {
	background-color: #F00;
	color: #FF6;
}

.button1:active {
	background-color: #F66;
	color: #FFF;
}
.button2:hover {
	background-color: #3C0;
	color: #FF6;
}

.button2:active {
	background-color: #6F6;
	color: #FFF;
	font-family: "Hobo Std Medium", "Hobo Std";
}

.button3:hover {
	background-color: #F90;
	color: #FF6;
}

.button3:active {
	background-color: #FC6;
	color: #FFF;
}

.button4:hover {
	background-color: #F6F;
	color: #FF6;
}

.button4:active {
	background-color: #FCF;
	color: #FFF;
}

.button5:hover {
	background-color: #09F;
	color: #FF6;
}

.button5:active {
	background-color: #3CF;
	color: #FFF;
}
.button1 {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 24px;
	background-color: #F66;
	color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	text-decoration: blink;
}
.button2 {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 24px;
	background-color: #3F6;
	color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}
.button3 {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 24px;
	background-color: #FC3;
	color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}
.button4 {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 24px;
	background-color: #F9F;
	color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}
.button5 {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 24px;
	background-color: #6CF;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	color: #FFF;
}

.button2 {
	font-size: 24px;
	font-family: "Hobo Std Medium", "Hobo Std";
}
.row .btn-group .button5 {
	text-align: center;
}
.row .btn-group {
	text-align: center;
	background-color: #99F;
}
title {
	font-family: "Hobo Std Medium", "Hobo Std";
}
.title {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 36px;
	color: #F9F;
}
.body .row .col-lg-6 table {
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}
.title2 {
	font-style: italic;
}
.body .row .col-lg-6 p .email {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 36px;
}
.body .row .col-lg-6 p .email {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 36px;
	color: #F9F;
}
.email {
	font-family: "Hobo Std Medium", "Hobo Std";
	font-size: 36px;
}
.body .row .col-lg-6 p .email .email {
	font-family: "Hobo Std Medium", "Hobo Std";
}
a:link {
	color: #96F;
	text-decoration: none;
}
a:visited {
	color: #93F;
	text-decoration: none;
}
a:hover {
	color: #0FF;
	text-decoration: underline;
}
a:active {
	color: #00FFFF;
	text-decoration: none;
}