

body 
{
background-image: url('links-background.jpg'); 
background-repeat: no-repeat;
background-attachment: fixed;
}


a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {font-size: 110%; color: #000000; text-decoration: none}
a:active {color: #000000}

a.one:link {color: #000000; text-decoration: none}
a.one:visited {color: #000000; text-decoration: none}
a.one:hover {font-size: 150%; color: #000000; text-decoration: none}
a.one:active {color: #000000}


ul.one
{
font: bolder;
font-size/line-height: 12;
text-align: left;
line-height: 45px;
position: absolute;
top: 70px;
left: 0x
}

p.one 
{
width:480px;
font: bold;
font-size/line-height: 17;
color: #000000;
text-align: left;
line-height: 27px;
position: absolute;
top: 50px;
left: 20px
}

p.two 
{
width:480px;
font: bold;
font-size/line-height: 17;
color: #000000;
text-align: left;
line-height: 27px;
position: absolute;
top: 400px;
left: 170px
}

p.three 
{
width:480px;
font: bold;
font-size/line-height: 17;
color: #000000;
text-align: left;
line-height: 27px;
position: absolute;
top: 500px;
left: 20px
}

p.four 
{
width:480px;
font: bold;
font-size/line-height: 17;
color: #000000;
text-align: left;
line-height: 27px;
position: absolute;
top: 500px;
left: 300px
}

#dhtmltooltip
{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
