@charset "utf-8";
/* CSS Document */


body {
	height: 100%;
	background-image: url(../img/background.jpg);
	background-position: top;
	background-repeat: repeat;
}
table  {
	background-color: rgba(255,255,255,0.9);
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid;
    border-color: rgb(0,150,150)
}
.tekst1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #032200;
	font-size: 16px;
	line-height: 1.5;
}
.tekst2 {
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-size: 15px;
}
.tekst3 {
	font-family: "Courier New", Courier, monospace; font-weight: normal;
	color: #336633;
	font-size: 15px; line-height: 1.3;
}
.tekst4 {
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-size: 15px;
	line-height: 1.3;
}
a {
 outline: none;  
} 
a:link {
	color: #948276;
	text-decoration: underline;
}
a:visited {color:#948276;
	text-decoration: underline;
	
}
a:hover {
	color: #333333;
	text-decoration: none;	
}
a:active {
	color: #336633;
	text-decoration: underline;	
}
