body { background-color:#4265C4; }


p {font-family: georgia, serif; font-size: x-small;}
h1 {color: #000099; 
font: Bell MT
font-size: 45px;
font-weight: bold}

.menu{
font-weight: bold;
width: 100%;
}

.menu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: #272D3C;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.menu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

.accomplish{
position:relative;left:80px; top: 70px;
font-family: Calibri;

}
.accomplish b{
font-size: 30px;
font-weight: bold;
}

.accomplish text{
font-size: 20px;
}

.plorp{
font-family: Calibri;
position:relative;left:80px; 
}

.plorp t {
font-size: 30px;
font-weight: bold;
align: center;
}

.plorp primary{
font-size: 20px;
text-decoration: underline;
text-align: left;
font-weight: bold;
}

.plorp text {
font-size: 20px;

}
.plp{
font-family: Calibri;
position:relative;left:80px; 
}

.plp t {
font-size: 30px;
font-weight: bold;
align: center;
}


