/* CSS Document */
body{
/*background-image: url(webimages/backgroundgradient.png);*/
background-color: #ffffff;
background-repeat: repeat-x;
}

p{
font-family: verdana, tahoma, arial;
font-size: 11px;
color: black;
}

a:link{
color: blue;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}
