body	{
 background: white;
 color: #ff9900;
}

a:hover	{
 background-color: #ff9900;
 color: #000000;
 text-decoration: none;
}

.link	{
 color: #ff9900;
 font-size: small;
 border: 1px dashed #ff3300;
 padding: 0.1em;
 margin: 0.05em;
}

.title	{
 color: #ff9900;
 font-size: small;
 border: 1px dashed #ff3300;
 margin-right: 3em;
 padding: 0em 1em 0em 1em;
 font-style: italic;
}

.image	{
 width: 100%;
/* height: 100%;*/
 border: 0;
 padding: 0;
 margin: 0;
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: -1;
}

