body {
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
}
.background {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: 0px 50px;
}
td {
	font-size: 11px;
	font-family: Tahoma;
}
a {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	text-decoration: line-through;
}
input {
	font-size: 9px;
}
