body
{
	background-color: white;
	color: black;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, serif;
}

img	{	border: 0px solid;	}
h1, h2, h3, h4, h5, h6	{	background: transparent;					}
a, a:link, a:visited		{	color: brown;	text-decoration: none;		}
a:hover					{	color: black;	text-decoration: underline;	}
a.NoLink				{	color: black;	text-decoration: none;	font-weight: bold;	}

.FatText				{	font-weight: bold;	}
.FakeLink				{	color: brown;	text-decoration: none;		}
.FakeLink:hover			{	color: black;	text-decoration: underline;	cursor: pointer;	}

#GixenDIV {
	position: absolute;
	top: 2px;
	right: 2px;
}

#BrowserInfoDIV {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 8pt;
}

#ClearPageDIV	{	position: absolute; right: 22px; top: 75px;	}
#SubContentDIV	{	padding: 0px 5px 5px 10px;	width: 100%; border: red;	}
#ContentWrapDIV	{	padding: 5px 10px 5px 10px;	}

#ContentDIV {
	padding: 5px 5px 5px 15px;
	border-top: 2px solid black;
	border-left: 1px solid black;
}

#PredragImgDIV {
	padding-top: 7px;
	padding-left: 7px;
	width: 283px;
	height: 283px;
	background-image: url('../img/frame.png');
}

.FormButton {width: 222px; height: 42px; border: 2px solid green; color: white; background-color: darkgray; font-size: 22px;}
.FormButton:hover {cursor: pointer;}

.PoemsLanguageDIV {
	font-size: 18px;
}

.PoemsSectionDIV {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}

.PoemsSubSectionDIV {
	height: 15px;
	padding-left: 30px;
}

.PoemTitle {
	font-size: 18px;
	font-weight: bold;
}

.PoemBody {
}

.PoemCredits {
	font-weight: bold;
}

