body {
 font-size: medium;
 font-family: Arial;
 color: #300f90;
 background-color: #FFFFFF;
 background-image: url('../Graphics/background2.gif');
 background-repeat: repeat-y;
 margin-left:50px;
}

h1 {
 font-size: xx-large;
 font-weight: bold;
 text-align: center;
}
h2 {
 font-size: x-large;
 text-decoration: underline;
 text-align: left;
}
h3 {
 font-size: x-large;
 text-align: left;
}
p {
 font-weight: bold;
 color: #004080;
}
li {
 font-weight: bold;
 text-align: left;
 color: #004080;
}
a{
 font-weight: bold;
 color: #61931b;
}

img {
  border-color: #8cbf41;
}