/* Calculator Style */

body{
	background-color: #F6EEDD;
	padding: 0 30px 40px 30px;
	background-image: url(http://www.onyourmoney.com/include/css/images/calcBack.jpg);
	background-repeat: no-repeat;
}

p{	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}

td{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}

h2{
	display: block;
	margin-top: 63px;
	color: #7D2318;
	text-align: left;
	margin-left: 73px;
	
}

b{
	color: #7D2318;
}

font{
	font-size: 10px;
	font-family: verdana, arial, sans;
}

center font{
	display: none;
}

img{
}

/* Links */

a:link{
	color: #7D2318;
}

a:visited{
	color: #7D2318;
}

a:hover{
	color: #511009;
}

a:active{
	color: #000000;
}
