
#container { 
	font-size: 20px;
	    color: blue;
}

IMG.imgE {
width: 150px; 
height: 150px;
}

IMG.BW {
width: 820px; 
height: 620px;
}

.imageBox {
margin: 5px 5px;
display: inline-block; 
border-radius: 15px;
border: 2px solid #73AD21;
background: #73AD21;
padding-top: 8px; 
padding-left: 8px; 
padding-right: 8px; 
padding-bottom: 0px; 
text-align: center; 
font-weight: bold; 
font-size: 20px;
color: #070082;
}

.HF {
	margin-left: 20px;
	font-weight: bold; 
	font-size: 28px;
	    color: red;
}

.HM {
	margin-left: 20px;
	font-weight: normal; 
	font-size: 20px;
	    color: blue;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
	font-size: 20px;
}

li a:hover {
    background-color: #111;
}

li a1 {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-size: 20px;
}

IMG.scaled {
    display: block;
	max-width: 100%;
    max-height: 100%;
	}
.MED{ 
   font-size: 20px;
   }
.LV {
   margin-left: 20px;
}   
.MP {
   margin: auto;
   	font-size: 15px;
	font-weight: bold; 
}   

	
