﻿p.center { 
           text-align:center;
           font-weight: bold;
}

p.center1 { 
            text-align: center;
	    font-size:150%;
	    line-height:1%;
	    color:grey;
	    font-weight: bold;
}

img.middle {
            display: block;
            margin-left: auto;
            margin-right:auto;
            margin-top:50px;
}

img.middle1 {
             display: block;
             margin-left: auto;
             margin-right:auto;
}

