body
{
 background-image:url("http://jswatson.com/graph/shildwm.png");
 background-position:center center;
 background-repeat:no-repeat;
 background-color:#ececdc;
 background-attachment:fixed;
 color: blue;
}

p.center
{
 text-align: center;
}

a.one:link
{ color: blue}
a.one:visited
{ color: green}
a.one:hover
{ color: red}

