body

{

    font-family : "Verdana", "Arial", "Arial Unicode MS", sans-serif;

    font-size : 10pt;

    color : black;

    background-color : rgb( 255, 255, 245 );

}

img

{

    border-style : none;

}

a:link

{

    text-decoration : underline;

    color : #0000CC;

}

a:visited

{

    text-decoration : underline;

    color : #0000CC;

}

a:hover

{
	color : #0066FF;
	text-decoration: none;


}

.imagebox-left

{

    float : left;

    padding : 1ex;

    

}

.imagebox-right

{

    float : right;

    padding : 1ex;

}

p.caption

{

    text-align : center;

    font-size : 8pt;

}

.title

{

    position : absolute;

    z-index : 0;

    border : thin solid black;

    padding : 1.5ex;

    left : 1ex;

    top : 1ex;

    height : auto;

    width: auto;

    font-size : 18pt;

    background-color : rgb( 134, 154, 251 );

    color : rgb( 255, 255, 255 );

}

.subtitle

{

    position : absolute;

    z-index : 2;

    border : thin solid black;

    padding : 2ex;

    width : auto;

    height : auto;

    left : 2.5ex;

    top : 6.5ex;

    font-size : 14pt;

    background-color : rgb( 10, 50, 239 ); 

    color : rgb( 255, 255, 255 );

}

.menu

{

    position : absolute;

    z-index : 3;

    border : thin solid black;

    padding : 1ex;

    width : auto;

    height : auto;

    right : 2ex;

    top: 2ex;

    background-color : rgb( 222, 227, 254 );

}

.menu-header

{

    border:''; position : relative;

    font-weight : bold

}

.content

{

    position : absolute;

    z-index : 1;

    border : thin solid black;

    padding : 5ex;

    padding-top : 8ex;

    height : auto;

    left : 6ex;

    right : 22ex;

    top : 15ex;

    background-color : rgb(222,227,254);

}
