.menu {
	color: yellow;
	background-attachment: FIXED;
	background-color: #000099;
}

.main {
	background-attachment: FIXED;
	background-image: url(pozadina.jpg);
	background-repeat: REPEAT;
}

A:link { color: yellow }
A:visited { color: rgb(255,94,0) }
A:hover { color: red; font-style: italic }.mainCopy {
	background-attachment: FIXED;
	background-image: url(pozadina.jpg);
	background-repeat: REPEAT;

}
.main2 {
	background-attachment: FIXED;
	background-image: url(pozadina.jpg);
	background-repeat: REPEAT;
	font-family: "Times New Roman", Times, serif;

}
.textmain {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	line-height: normal;
	text-transform: lowercase;
	text-align: left;
	white-space: normal;
}

