
body {
margin-top : 20px;
margin-left : 20%;
margin-right : 40%;
font-family : Arial;
font-size : 14px;
}
p {
padding-top : 10px;
text-align : justify;
}
h1 {
background-color: #123456;
color : white;
font-size : 16px;
font-family : sans;
margin-top : 50px;
padding-top : 30px;
padding-left: 15%;
padding-bottom: 1cm;
}
h2 {
font-size : 14px;
font-family : sans;
}
h3 { 
font-size : 10pt;
font-family : sans;
padding-top : 50px;
text-decoration : none;
}
h4 {
background-color: #123456;
color: white;
width: 35%;
margin-top: 25px;
}
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color : blue;
text-decoration : none;
}
a:active {
color : blue;
text-decoration : none;
}
a:hover {
color : blue;
text-decoration : none;
}
