html, body
{
 margin: 0px;
 padding: 0px;
 height: 100%;
 background-color: #f6d99f;
 font-family: 'Times New Roman';
 font-size: 12pt;
}

table
{
 border-width: 0px;
 border-collapse: collapse;
 padding: 0px;
}

td
{
 padding: 0px;
}

p
{
 margin:0px 0px 0px 0px;
 font-size: 12pt;
}

img
{
 border: 0px;
}

a
{
 color: #000000;
 text-decoration: underline;
}

a:hover
{
 color: #000000;
 text-decoration: none;
}

p.rightcol
{
 font-size: 10pt;
 line-height: 11pt;
}

p.bottom
{
 font-size: 14px;
 line-height: 16px;
}

span.rightcol
{
 font-size: 13pt;
 font-weight: bold;
}

ul.info
{
 margin-bottom: 0px;
 margin-left:20px;
 padding: 0px;
 font-size: 12pt;
 line-height: 18pt;
}

h1.header1
{
	font: 24px;
	margin-top: 0px;
}

h2.header2
{
	font: 17px;
	margin: 0px;
}

h3
{
	font: 19px;
	margin-bottom: 5px;
}

span.glava
{
	font: bold 18px;
}

a.book
{
 line-height: 22px;
}

a.book:hover
{
 line-height: 22px;
}

a.author
{
 font-weight: bold;
 font-size: 17px;
 line-height: 40px;
}

a.author:hover
{
 font-weight: bold;
 font-size: 17px;
 line-height: 40px;
}

a.authorsel
{
 font-weight: bold;
 font-size: 17px;
 line-height: 40px;
 background-color: #e2bc81;
 padding: 1px 7px 1px 7px;
 position: relative;
 left: -7px;
 text-decoration: none;
}


a.booksel
{
 line-height: 22px;
 background-color: #e2bc81;
 padding: 1px 7px 1px 7px;
 position: relative;
 left: -7px;
 text-decoration: none;
}

span.timetable
{
 line-height: 22px;
 background-color: #e2bc81;
 padding: 1px 7px 1px 7px;
 position: relative;
 left: -7px;
}



* html .png
{
	width: expression(this.firstChild.width);
    filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
            this.firstChild.src+"', sizingMethod='image')");

    background: expression("transparent url("+
            this.firstChild.src.replace(".png", ".gif")+") no-repeat");
    background: none !important;
}

* html .png img
{
    behavior: expression(this.style.visibility="hidden");
}
