@charset "UTF-8";

body {
	background-color:#F4F4F4;
}

#button-wrapper1 {
	margin:0 auto;
	width: 300px;
	padding: 1px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button1 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button1:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper2 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button2 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button2:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper3 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button3 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button3:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper4 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button4 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button4:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper5 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button5 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button5:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper6 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button6 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button6:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper7 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button7 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button7:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper8 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button8 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button8:hover {
	background:#7fa4c9;
	color: #003366;
	
}
#button-wrapper9 {
	margin:0 auto;
	width: 300px;
	padding: 0px 0;
    clear: both;
}

/* ------- BUTTON 1 (The Red Planet) ------- */

#button9 {
	color: #f4f4f4;
	
	/* transition properties */
	background:#95c11f;
	color: #003366;
	border: 2px solid;
	transition-property: ;
  	transition-duration: ;
  	transition-timing-function: ;
  	transition-delay: ;
	
}

#button9:hover {
	background:#7fa4c9;
	color: #003366;
	
}
/* --- BUTTON STYLING --- */

a {
	display: inline-block;
	height: 35px;
	width: 180px;
	margin: 0px 0;
    border-radius: 10px;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
	text-align: left;
	line-height: 0;
}
.HeadlineRed {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    color: #FB0202;
}
.TableText {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000000;
}
