/* Color scheme
Lightest Blue #BED5FF
Light Blue #6BA4FC
Royal Blue #2A6CE0
Navy #000066
Sandy Brown #F18B5C
Firebrick #B22222
Yellow #FFFF99
Gold #FFAC02
 */

body
{
	font-family: Geneva,Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: navy;
	text-decoration: none;
	background-color: #92B4F2;
}

table { border-radius: 10px; }

p,blockquote,li,ol,ul,td,pre
{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}

h1
{
	font-family: Geneva,Arial;
	font-size: x-large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F7E636;
	text-decoration: none;
	text-shadow: 2px 2px #BF992D;
}

h2
{
	font-family: Geneva,Arial;
	font-size: x-large;
	font-style: normal;
	line-height: 50%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B22222;
	text-decoration: none;
}

h3
{
	font-family: Geneva,Arial;
	font-size: large;
	font-style: normal;
	line-height: 50%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B22222;
	text-decoration: none;
}

a:link
{
	font-family: Geneva,Arial;
	color: navy;
	text-decoration: underline;
	background: transparent;
}

a:active
{
	font-family: Geneva,Arial;
	color: firebrick;
	text-decoration: none;
	background: #FFFF00;
}

a:visited
{
	font-family: Geneva,Arial;
	color: #2A6CE0;
	text-decoration: underline;
	background: transparent;
}

a:hover
{
	font-family: Geneva,Arial;
	color: firebrick;
	text-decoration: underline;
}

.button 
{
	background-color: firebrick;
	border: none;
	color: white;
	padding: 3px 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: small;
	border-radius: 10px;
	margin: 2px 2px;
	cursor: pointer;
	width: 180px;
}

.button2
{
	background-color: white;
	border: none;
	color: #56D026;
	padding: 4px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: medium;
	border-radius: 10px;
	margin: 2px 2px;
	cursor: pointer;
	width: 650px;
	font-style: italic;
	font-weight: bold;
}

.button:hover
{
	background-color: #FFFF99;
	border: none;
	color: firebrick;
	padding: 3px 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	border-radius: 10px;
	margin: 2px 2px;
	cursor: pointer;
}

input[type=submit] 
{
	background-color: firebrick;
	border: none;
	color: white;
	padding: 3px 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: small;
	border-radius: 10px;
	margin: 2px 2px;
	cursor: pointer;
	width: 180px;
}

input[type=submit]:hover {
  background-color: #FFFF99;
  color: firebrick;
}


