/***********************************************************************
* General styles
/***********************************************************************/

Body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

Table
{
	font-size: 12px;
	width: 600px;
}

a:link,
a:visited
{
	text-decoration: underline;
	font-size: 12px;
	color: black;
}
a:hover
{
	text-decoration: none;
	font-size: 12px;
	color: black;
}

/***********************************************************************
* Button style
/***********************************************************************/

.submit 
{
	background-image: url(images/btn_spausdinti.gif);
	width: 141px;
	height: 29px;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
