div.main
{
margin:10px;
letter-spacing:1pt;
font:8pt times;
}

div.header
{

}

div.menu
{
margin-left:50px;
margin-bottom:50px;
}

div.item
{
width:300px;
/*border-bottom:solid gray;
border-left:solid gray;*/
}

div.floater
{
width:200px;
border:solid gray;
position:absolute;
left:500px;
top:60px
}


h1
{
color:red;
text-align:left;
font-size:12pt;
letter-spacing:6pt;
}

h2
{
/*text-decoration:overline underline;*/
border-bottom-style:solid;
color:gray;
font-size:8pt;
text-transform:lowercase;
letter-spacing:4pt;
}


p
{
color:black;
}

table
{
table-layout:fixed;
font-size:8pt;
}

a:link {color: #000000; background:#FFF00F; font-size:10pt}
a:visited {color: #000000; background:#FFF00F; font-size:10pt}
a:hover {color: #000000; background:#FFFFFF; font-size:10pt}


