body  {
           background-color : #8347cd;
      }
a:link {
           border : none;
           color : white;
           background-color : #8347cd;
      }
a:visited {
           border : none;
           color : white;
           background-color : #8347cd;
      }
a:hover {
           border : none;
           color : white;
           background-color : #8347cd;
      }
a:active {
           border : none;
           color : white;
           background-color : #8347cd;
      }
p {
           font-size : 14pt;
           color : #ffffff;
           font-family : Georgia, times;
           background-color : #8347cd;
      }
p.right {
           text-align : right;
           font-size : 14pt;
           color : #ffffff;
           font-family : Georgia, times;
           background-color : #8347cd;
      }
p.left {
           text-align : left;
           font-size : 14pt;
           color : #ffffff;
           font-family : Georgia, times;
           background-color : #8347cd;
      }
p.center {
           text-align : center;
           font-size : 14pt;
           color : #ffffff;
           font-family : Georgia, times;
           background-color : #8347cd;
      }
p.justify {
           text-align : justify;
           font-size : 14pt;
           color : #ffffff;
           font-family : Georgia, times;
           background-color : #8347cd;
      }
h1 {
           font-size : 18pt;
           color : #ffffff;
           text-align : center;
           font-family : Georgia, times;
           font-weight : 500;
           background-color : #8347cd;
      }
h2 {
           font-size : 22pt;
           color : #ffffff;
           text-align : center;
           font-family : Georgia, times;
           font-weight : lighter;
           background-color : #8347cd;
      }
h3 {
           font-size : 26pt;
           color : #ffffff;
           text-align : center;
           font-family : Georgia, times;
           font-weight : 900;
           background-color : #8347cd;
      }
h4 {
           font-size : 32pt;
           color : #ffffff;
           text-align : center;
           font-family : Georgia, times;
           font-weight : lighter;
           background-color : #8347cd;
      }
h5 {
           font-size : 36pt;
           color : #ffffff;
           text-align : center;
           font-family : Georgia, times;
           font-weight : 900;
           background-color : #8347cd;
      }

.center {
           text-align : center;
           background-color : #8347cd;
      }
.justify {
           text-align : justify;
           background-color : #8347cd;
      }
.left {
           text-align : left;
           background-color : #8347cd;
      }
.right {
           text-align : right;
           background-color : #8347cd;
      }