body,td,th {
        font-family: Verdana, Times, serif;
        font-size: 12px;
        color: #000000;
        border-width: 0px;
        border-style: solid;
        border-color: black;
}
body {
        background: url('./images/fonstranica.jpg');
        background-attachment: fixed;
        background-color: #FDFDD9;
/*      background-color: #DDE6CC; */
/*		background-color: #FAFBD9;*/
        margin-left: 20px;
        margin-top: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
}
input, textarea {
		font-family: Tahoma;
		color: black;
		font-size: 10px;
		font-weight: bold;
		border-width: 1px;
		border-style: solid;
		border-color: #C0C0C0;
		background-color: #F2F4F0;
/*		background-color: #F0F0E6;*/
}
a {
        font-family: Times New Roman, Times, serif;
        font-size: 13px;
        font-weight: bold;
        color: #0000FF;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: none;
        color: #00C100;
}
a:active {
        text-decoration: none;
        color: #FF0000;
}

h1 {
		font-family: Times New Roman, Tahoma;
		font-weight: bold;
        font-size: 36px;
        /*color: #B1B101;*/
        color: #A6B9D9;
}
h2 {
		font-family: Times New Roman, Tahoma;
		font-weight: bold;
        font-size: 24px;
        /*color: #CEBC1E;*/
        color: #DBAB5B;
}
h3 {
		font-family: Times New Roman, Tahoma;
		font-weight: bold;
        font-size: 18px;
        color: #000000;
}
h4 {
		font-family: Times New Roman, Tahoma;
		font-weight: bold;
        font-size: 14px;
        color: #004000;
}

.info1 {
		font-family: Tahoma;
		font-size: 10px;
		color: #000080;
}
.info2 {
		font-family: Tahoma;
		font-size: 10px;
		color: green;
}
.info3 {
		font-family: Tahoma;
		font-size: 10px;
		color: red;
}

.block1 {
		border-color: #C0C0C0;
		border-width: 1px;
		border-style: solid;
		background-color: #ECF0D0;
		padding: 3px;
}