body
{
	background-image: url('tausta.png');
	font-family: Verdana;
}
.mainTable
{
	width: 960px;
	border-spacing: 0px;
}
.header
{
	background-image: url('header.png');
}
.body
{
	background-image: url('body.png');
	vertical-align: top;
}
.menu
{
	width: 125px;
	padding: 10px;
	text-align: right;
}
.content
{
	/*border: 1px solid black;*/
	background-image: url('calc.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 500px;
	padding-top: 5px;
	/*padding-left: 40px;*/
	margin-right: -7px;
	margin-bottom: -4px;
}
.footer
{
	background-image: url('footer.png');
	height: 75px;
	vertical-align: top;
}
h1
{
	font-size: 20px;
}
td
{
	border: 0px;
	font-size: 0.9em;
	line-height: 1.3;
}
.menuLink
{
	font-weight: bold;
}
.menuLink:link {color: grey; text-decoration: none; }
.menuLink:active {color: grey; text-decoration: none; }
.menuLink:visited {color: grey; text-decoration: none; }
.menuLink:hover {color: blue; text-decoration: underline; }

.menuLink2
{
	font-size: 0.8em;
}
.menuLink2:link {color: grey; text-decoration: none; }
.menuLink2:active {color: grey; text-decoration: none; }
.menuLink2:visited {color: grey; text-decoration: none; }
.menuLink2:hover {color: blue; text-decoration: underline; }
