/* 
	Digimania.lv
*/

body{
	font: 76% Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: White;
	background-repeat : repeat-y;
	background : url_();
	text-align: center;
	/* centers content in IE5.5 and earlier */
	word-wrap: break-word;
	/* breaks long words in IE, prevents float drops */ 
	margin-bottom : 0;
}
kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}
A:link {
	COLOR: White;
	TEXT-DECORATION: none
}
A:visited {
COLOR: White; TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:hover {
COLOR: Black;
TEXT-DECORATION:
}
Table {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Tahoma, arial, helvetica, sans-serif;
	border-color : #0066FF;
}
TD.color1 {
	border-color : #0066FF;
}
