﻿body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url('Background2.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#WellDone {
	font-size: xx-large;
	color: #FF0000;
	font-weight: bolder;
	font-family: "Cooper Black";
	text-align: center;
}
.instructions {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
	border: medium groove #FFFFFF;
	max-width: 750px;
	margin:auto;
}
h1 {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin:3px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
input[name=Trophy] {
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
div#IntroContainer {
	width:800px;
	margin:auto;
}
div#IntroContainer p, div#IntroContainer h2 {
	text-align:left;
}
.SomeSpaceAroundDiv {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.RecommendedActivity {
	background-color:white;
	border:thin black solid;
	width:200px;
	height:280px;
	padding:4px;
	margin:auto;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);

}
.RecommendedActivity h5{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin: 0px;
	letter-spacing: 2px;
	color:gray;
}
.RecommendedActivity hr{
	width:80%;
	color:red;
	height:2px;
}
.RecommendedActivity img {
	margin-top:5px;
	margin-bottom:4px;
	width:162px;
	height:100px;
	border:thin gray solid;
	-webkit-box-shadow: 0px 0px 4px rgba(200,0,0,0.5);
	box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px rgba(200,0,0,0.5);
}
.RecommendedActivity a {
	border:0px;
}
.ButNew {
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	border: 1px solid #000;
	border-radius:10px;
	padding: 7px 15px;
	margin: 15px 4px 4px;
	font: bold 16px/20px Arial, Helvetica;
	text-decoration: none;
	color: white;
	border-radius: 4px;
	background: repeating-linear-gradient(0deg, red 40px, maroon 100px);
	cursor:pointer;
	width:142px;
}   
.ButNew:hover
    {
	background-color: #eee;        
	background: repeating-linear-gradient(0deg, red 35px, pink 90px);
}
#SohcahtoaTable {
	width:800px;
	margin:auto;
}
#SohcahtoaTable p{
	text-align:left;
}
#SohcahtoaTable td{
	padding-left:20px;
}

