
.Blue {
    font-weight : bold;
    font-size: medium;
    font-family: Serif;
    color : Blue;
  }

BODY {
    font-size : medium;
    font-family: serif;
  }

.Green {
    font-weight : bold;
    font-size: medium;
    font-family: Serif;
    color : #00c800;
  }

p {
    font-size : medium;
    font-family: Serif;
    color : black;
    text-indent : 25px;
  }

.Red {
    font-weight : bold;
    font-size: medium;
    font-family: Serif;
    color : Red;
  }

