header {
  margin: 0 0 0 0;
  background-image: url("http://static4.grsites.com/archive/textures/blue/blue075.jpg");
}
img {
  border-radius: 50%;
  border: 3px black solid;
  margin-top: 5%;
}
H1{
COLOR: black; 
FONT-SIZE: 40PX;
TEXT-ALIGN: CENTER; 
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-variant: SMALL-CAPS;
}

BODY{
  	background-image: url("http://static4.grsites.com/archive/textures/blue/blue075.jpg");
}

P {
  COLOR: white;
  FONT-SIZE: 30PX;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  padding-bottom: 10px;
  font-style: italic;
}
H2{
  COLOR: white;
  FONT-SIZE:;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
H3{
  COLOR: white;
  FONT-SIZE:;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
H4 {
  COLOR: white;
  FONT-SIZE:;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  list-style-type: none;
}
UL {
  list-style-type: none;
}

LI {
  COLOR: white;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;;
}
.hideme {
  COLOR: white;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-align: center;
}
main {
  background-image: url("http://static4.grsites.com/archive/textures/blue/blue075.jpg");
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.img-circle {
    border-radius: 50%;
}

show {
	-moz-box-shadow:inset 1px 0px 3px 0px #f0f7fa;
	-webkit-box-shadow:inset 1px 0px 3px 0px #f0f7fa;
	box-shadow:inset 1px 0px 3px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:28px;
	font-weight:bold;
	padding:32px 76px;
	text-decoration:none;
	text-shadow:0px 5px 0px #5b6178;
}
show:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
show:active {
	position:relative;
	top:1px;
}

}
