/*----------Text Styles----------*/

HR
{
	color: #000000
}

BODY
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: white;
	text-decoration: none;
}

.indent
{
	margin-left: 50px;
}

#updated
{
	padding: 10;
	font-weight: normal;
	color: yellow;

	position: relative;
	bottom: 0px;
}


/*------------ Calculator --------------*/

.workFont
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.calculatorTab
{
	width: 500px;

	border: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;

	margin: 0;
	padding: 0;
	text-indent: 2;
	text-align: left;
	list-style-type: none;
	background-position: center center;
	background-color: gray;
}

.workArea
{
	height: 425px;
	width: 500px;

	border: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;

	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	background-position: center center;
	background-color: gray;
}

