
p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: arial;
  color: black;
  font-size: 11pt;
}

p.slightlybigger {
  margin-top: 0;
  margin-bottom: 0;
  font-family: arial;
  font-size: 13pt;
  color: white;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-family: Arial Rounded MT Bold;
  font-weight: normal;
  font-size: x-large;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-family: Arial Rounded MT Bold;
  font-weight: normal;
  font-size: x-large;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: yellow;
  font-family: Arial Rounded MT Bold;
  font-weight: normal;
  font-size: x-large;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: red;
  font-family: Arial Rounded MT Bold;
  font-weight: normal;
  font-size: x-large;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-family: Arial Rounded MT Bold;
  font-weight: normal;
  font-size: large;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: red;
  font-family: Arial Rounded MT Bold;
  font-weight: normal;
  font-size: large;
}


/* Don't move the position of this*/
body 
{
background-image:
url('texture1.gif')
}

/* Greek Gentium 13*/
p.greek {margin-top: 0;  margin-bottom: 0;
font-family: gentium, palatino linotype, lucida grande
; font-weight: normal
; font-size: 12pt;}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:active {
  color: red;
 text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a:focus {
  color: red;
  text-decoration: none;
}
