/*
For Data Mill's Web site
*/

.header2 
{
font-family: "Trebuchet MS", "Arial";
color: white;
background-color:darkolivegreen;
font-style: bold;
font-weight:100;
margin: 0px;
padding: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-size: 50px;
text-align: center;

    text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;  
}

.footer2
{
font-family: "Trebuchet MS", "Arial";
color: white;
background-color:darkolivegreen;
}

.menu2
{
font-family: "Trebuchet MS", "Arial";
text-align:right;
align:right;
}

h2
{
font-family: "Trebuchet MS", "Arial";
background-color: black;
color: white;
font-style: italic;
text-indent: 10px;
}

h3
{
font-family: "Trebuchet MS", "Arial";
background-color: gray;
color: white;
font-style: italic;
text-indent: 10px;
}

body
{
 font-family: "Trebuchet MS", "Arial";
line-height: 1.3;
}

/*
span
{
    display:inline-block;    
    width:20%;
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-word;
    color:white;
}
*/

.container 
{
  display: flex;
  justify-content: space-between;
}
