.about-main
{
    padding: 0px;
}

.site-title
{
    text-decoration: none;
}

.site-title:visited
{
    color: black;
}

.about-text p
{
    font-size: 15px;
    line-height: 1.25;
    margin: 0;

}

.about-text a
{
    text-decoration: underline;
	color: black;
}

.about-text a:hover
{
    color: rgb(220, 50, 50);
}