body
{
    overflow: auto;
    background: #cccc99;
    }

p, form, input
{
	font : 1em Verdana, Arial, Helvetica, sans-serif;
	color : black;
}

h1
{
	font : bolder 2em Verdana, Arial, Helvetica, sans-serif;
	text-align	: right;
	color		: black;
}

.main
{
    font : italic 0.5em 'Times New Roman',Times, serif;
	color		: #333300;
}

.note
{
    font : italic 0.8em 'Times New Roman',Times, serif;
	color		: #333300;
}

.info
{
	font :  0.8em 'Times New Roman',Times, serif;
	color		: black;
	text-align  : left;
}

p.info:first-letter
{
  font : italic bold 1.8em 'Times New Roman', Times, serif;
  color : #333300;
}

img
{
	border-style	: none;
}

#leftbox a:link
{
	color          : #999966;
	text-decoration: underline;
}

#leftbox a:hover
{
	color          : #ffffcc;
	text-decoration: underline;
}

#rightbox a:link
{
	color          : #999966;
	text-decoration: underline;
}

#rightbox a:hover
{
	color          : #666633;
	text-decoration: underline;
}

#logo
{
    position : absolute;
    top : 0;
    left : 0;
    width : 800px;
    background: white;
}

#logo a
{
  color : black;
  text-decoration: none;
}

#logo a:hover
{
  color : #999966;
  text-decoration: underline;
}


#topmenu
{
    position : absolute;
    top : 150px;
    left : 0;
    width : 800px;
    background : white;
}

#topmenu a
{
  color : white;
  text-decoration: none;
}

#topmenu a:hover
{
  color : #cccccc;
  text-decoration: underline;
}

#topmenu td
{
  font : bold 1em Times New Roman, Times, serif;
  color : white;
  background : #330099;
  padding : 0 15px 0 15px;
  border-style: none none none none;
}

span
{ color: yellow; }

#mainwin
{
    position : absolute;
    top: 200px;
    width : 800px;
}

#leftbox
{
  position: absolute;
  top: 0;
  left : 0;
  right: 400px;
}

#rightbox
{
  position: relative;
  top: 0;
  left : 400px;
  width : 380px;
  border-style : outset outset outset outset;
  background : white;
}

form
{
	font : bolder 12px Verdana, Arial, Helvetica, sans-serif;
	color : #000099;
}

.fat
{
	font : bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color		: #333300;
}

.tavla
{
	border-style: outset outset outset outset;
	border-top-color : #ffff99;
	border-left-color: #ffff99;
	border-right-color: #666600;
	border-bottom-color: #666600;
}













