body {
	background-color: Black;
	font-style : normal;
	font-weight : normal;
	scrollbar-arrow-color: Gray;
	scrollbar-3dlight-color: Black;
	scrollbar-highlight-color: Gray;
	scrollbar-face-color: Black;
	scrollbar-shadow-color: White;
	scrollbar-darkshadow-color: Black;
	scrollbar-track-color: #404040;
}
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : White;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
INPUT {
	color : White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.vstup{
	background-color : Black;
	border : 1px solid White;
	color : White;
	width : 300px;
}
.important {
	background-color : #A52A2A;
	border : 1px solid White;
}
.unimportant {
	background-color : #999999;
	border : 1px solid White;
}
.hand {
	cursor : pointer;
}

H1{
	font-size: 17px;
	font-weight: bold;
	color : Silver;
}

.header1 {
	font-size: 17px;
	font-weight: bold;
	color : Silver;
}

