﻿body 
{
	background-color: #BDEDFF;
	margin:50px 0px;
	padding:0px;
	color: #0000ff; 
	text-align: center;
	font-family: arial, sans-serif;
}

#Content {
	width: 500px;
	margin:0px auto;
	padding:15px;
	text-align: left;
	}
	
h1
{
	margin:0px auto;
	font-family: Times New Roman;
	font-size: x-large;
}


.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: #41A317;
	}
a:visited { 
	color: black;
	}
a:hover { 
	color: #66ffff;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #ff0033;
	}
	