/*set colors*/

/*body {background-color:rgb(16,9,99);}*/
body {background-color:rgb(26,43,151);}
body {color:white;}
h1 {color:Yellow;}

/*Establish alignment*/

h1 {text-align:center}
p.ex1 {margin:10px 70px}

/*Set font size and justify*/

body {font-size:100%;}
body {font-weight:bold;}


h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
h3 {font-size:0.67em;}
p {font-size:0.875em;}

,indent
{
margin-left:14px;
}

.center
{
margin-left:auto;
margin-right:auto;
width:90%;text-align:justify;}

 

.ctr
{
margin-left:auto;
margin-right:auto;
width: 70%;
}

.imgctr
{
margin:auto;
width: 100%
}

ul.a {list-style-type:none;}
