body 
{
background-color: rgb(140, 160, 166);
background-image: url('concrete.jpg');
background-repeat: repeat-y;
background-attachment: fixed;
background-position: top center;
}

a:link
{
 color: rgb(100, 160, 166); 
}
a:visited
{
 color: rgb(100, 160, 166); 
}
a:active
{
color: rgb(255, 24, 24); 
}
a:hover
{
color: rgb(180, 45, 5); 
}

.mosttext
{
font-family: trebuchet, verdana, arial;
font-size: 12pt;
color: rgb(80, 20, 20);
}