body {
    background-color: #f0f0f0 ;
}

{
     
     font-size : 100% ;
}
h1
{    font-family : "Trebuchet MS" , Arial, sans-serif ;
     font-size: 3em;
     font-weight: strong ;
     color : #AC0101 ;
     text-align: center ;
}

i { 
    font-style: italic;
}

h2 {
    font-family : "Trebuchet MS" , Arial, sans-serif ;
    font-size: 1.875em ;
    color : #AC0101 ;
    text-align: center ;

}



h3 {
    font-family : "Trebuchet MS" , Arial, sans-serif ;
    font-size: 1.3em ;
    color : #AC0101 ;
    text-align: left ;
    margin-left: 60px;
}
h4 {
    font-family : "Trebuchet MS" , Arial, sans-serif ;
    font-size: 1.25em ;
    color : #AC0101 ;
    text-align: left ;
    margin-left: 60px;
}

img 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.main 
{
    font-family : "Trebuchet MS" , Arial, sans-serif ;        font-size: 1.25em;
    color : #000000 ;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 60px;
    margin-left: 60px;
    text-align: justifY ;
}
p.indent
{
    font-family : "Trebuchet MS" , Arial, sans-serif ;
    font-size: 1.1em;
    font-style : italic ;	
    color : #000000 ;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 90px;
    margin-left: 90px;
    text-indent: 50px;
    text-align: justifY ;
}

p.indentroman /*not first line indent but wider margins*/
{
    font-family : "Trebuchet MS" , Arial, sans-serif ;
    font-size: 1.25em;
    color : #000000 ;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 100px;
    margin-left: 100px;
    text-align: justifY ;
}
p.tabletext/*no margin or small margin to go alongside pictures*/
{
    font-family : "Trebuchet MS" , Arial, sans-serif ;        font-size: 1.25em;
    color : #000000 ;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: justifY ;
}
ul.a {list-style-type: square;
    font-family : "Trebuchet MS" , Arial, sans-serif ;
    font-size: 1.1em;
    color : #000000 ;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 90px;
    margin-left: 90px;
    
    text-align: justifY ;
}
