body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  background-image: url(images/logo1.jpg);
  font-family: arial
}

img {
  border-style:solid;
  border-color: black;
  border-width:1px;
}

a:link {color: #3745DC;}
a:visited {color: #3745DC;}
a:active {color: #3745DC;}
a {text-decoration: none;}