﻿body 
{
	background-color: tan;
	margin:50px 0px;
	padding:0px;
	text-align:center;
}

#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-color: maroon;
	color: #F0E68C; 
	font-family: arial, sans-serif
	}
	
.h1
{
	margin:0px auto;
	background-color: green;
	font-family: Times New Roman;
	font-size: x-large;
	font-style: italic;
	color: yellow; 
}

.h2
{
   color: #F0E68C; 
   font-size: large;
   font-family: arial, sans-serif
}

.textboxlabel
{
	color: #F0E68C; 
	font-family: arial, sans-serif;
	width: 80px;
	float: left;
}

.centeringlayer
{
	width: 259px;
	text-align: center;
	margin: 2px;
}

.button
{
	background-color: #E9967A;
	color:   Maroon ;
	border-style: outset;
	border-color: #F0E68C;
}

.inputtextbox
{
	background-color: #F0E68C;
	border-style: solid;
	border-color: Black;
}

.resulttextbox
{
	background-color: #E9967A;
	border-style: solid;
	border-color: Black;
	vertical-align: top;
	float: left;

}

a:link { 
	color: maroon;
	}
a:visited { 
	color: blue;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #FF8C00;
	}
	