#text img
{
float: left;
margin-right: 10px;
margin-bottom: 20px;
border: solid 1px black;
}

b
{
font-size: 10pt;
}

#text > p:first-letter 
{
font-size: 9pt;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
color: black;
}

/* text hyperlinks */

#text p a
{
text-decoration: none;
font-weight: bold;
}

#text p a:link
{
color: #000099;
}

#text p a:visited
{
color: #000099;
}

#text p a:hover
{
color: red;
}

#text p a:active
{
color: #000099;
}

.options
{
float: right;
padding: 5px;
border: solid 1px LightCoral;
background: #FFF2F2;
margin-left: 10px;
}

.prices
{
float: left;
padding: 5px;
border: solid 1px #9999FF;
background: #eeeeFF;
margin: 0 0 20px 0;
border-collapse: collapse;
}

.prices td
{
padding: 5px;
}

.prices p
{
margin: 0;
}

#text .options dl
{
margin: 0;
padding: 0;
}

#text .options dd
{
margin: 0;
padding: 2px;
color: LightCoral;
}

#text .options li span
{
color: Black;
}

/* text .options hyperlinks */

#text .options a
{
font-weight: normal;
text-decoration: none;
padding: 3px;
display: block;
}

#text .options a:link
{
color: white;
background: red;
border: solid 1px #FFF2F2;
}

#text .options a:visited
{
color: white;
background: red;
border: solid 1px #FFF2F2;
}

#text .options a:hover
{
color: red;
background: white;
border: solid 1px LightCoral;
}

#text .options a:active
{
color: red;
background: #FFF2F2;
border: solid 1px red;
}

/* text .prices hyperlinks */

#text .prices a
{
font-weight: normal;
text-decoration: none;
padding: 3px;
}

#text .prices a:link
{
color: white;
background: #000099;
border: solid 1px #eeeeFF;
}

#text .prices a:visited
{
color: white;
background: #000099;
border: solid 1px #eeeeFF;
}

#text .prices a:hover
{
color: #000099;
background: white;
border: solid 1px #9999FF;
}

#text .prices a:active
{
color: #000099;
background: #eeeeFF;
border: solid 1px #000099;
}
