.AlignCenter
{
    margin:20px;
    padding:20px;
    text-align: center;
 line-height: 200%;
}
.UnderLineText
{
    text-decoration: underline;
}
.SqureBkgText
{
    margin:0 auto;
    text-align: center;
    background-color: rgb(248, 248, 248);
    color: black;
    background-size: auto;
    width: 400px;
    border: gray;
    border-style: solid;
    margin: 0 30px 10px;
   
   
}
figure {
    margin: 1em 40px;
  }
.bright_green
{
    color: lightgreen;
}
.red
{
    color: red;
}
.blue
{
    color: blue;
}
.fontP
{
    
    font-size: large;
    color: black;
    
}
.HighLightText
{
    font-weight: bold;
    color: black;
}
.lin_italic{
 font-style:italic;
}
.filepath{
    margin:0 auto;
    color: black;
    background-size: auto;
    width: 400px;
background-color:#f2eada;
border:solid;
border-color: antiquewhite;
 padding: 0 5px;
}
