a
{
    color:black;
}

    a:hover
    {
        color:gray;
    }


body
{
    font-family:Calibri;
}


img
{
	width: 200px;
	border-radius: 25px;
}

section
{
    border-style:solid;
    border-color:#000000;
    border-radius:25px;
    margin-bottom:20px;
    padding:10px;

    background-color:#e3e9ff;
}

    section h4
    {
    }

    section header
    {
        font-size:10pt;
        text-align:left;
		  margin-top:-20px;
    }
