/* CSS Document */
body{
background-image:url(images/rmallback.jpg);
background-repeat:repeat;
}
#strtcont{
background-color:#CCCCCC;
padding:10px;
width:748px;
}
h2{
color:#000000;
}
a:link{
color:#000;
font-weight:bold;
text-decoration:none;
}
a:visited{
color:#000;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#FFF;
font-weight:bold;
text-decoration:none;
}