<style>

body
{
background-image: url(bg1.jpg);
}

body
{
background-image: url(bg1.jpg);
background-color: #ccc;
background-attachment: fixed;
background-position: top left;
background-repeat: repeat;
font-family: Trebuchet MS, arial;
margin: 0px;
}

div.box
{
max-width: 100%;
border: 0px solid #ffff00;
padding-bottom: 40px;
}

div.bucketclear
{
clear: both;
}

p.frontpagetitle2
{
min-width: 200px;
padding: 20px;
font-size: 130%;
font-weight: bold;
border: 0px solid #ccc;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;
}

a.linkout
{
text-decoration:none;
colour:#000;
}

a.linkout:link {
    color: red;
}

a.linkout:visited
{
text-decoration:none;
colour:#000;
}

a:link {
    color: #000;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #000;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #000;
    text-decoration:none;
}

/* selected link */
a:active {
    color: #000;
    text-decoration:none;
}

img.new
{
border:0px solid black;
padding:0px;
margin:0px;
position:relative;
top:2px;
}

</style>