﻿h1 {
font-family: Arial, Helvetica;
font-size: 20 pt;
font-weight: bold;
text-align: center;
color: red;
}

h2 {
font-family: Arial, Helvetica;
font-size: 16 pt;
font-style: italic;
text-align: left;
color: white;
}

h3 {
font-family: Arial, Helvetica;
font-size: 14 pt;
font-style: italic;
text-align: left;
color: blue;
}

p {
font-family: Arial, Helvetica;
font-size: 12 pt;
font-weight: bold;
text-align: left;
color: blue;
}

body {
color: blue;
font-family: Arial, Helvetica;
font-size: 12 pt;
text-align: justify;
}

img {
width:10%;
height:10%;
}