/* KPN 'About' page stylesheet */

div.about-leftgraphic
{
	margin-top: 27px;
}

a#nav-about
{
	color: #009ad4;
}

a
{
	color: #009ad4;
}

/* Education image text on second about page */
img#education-imtext
{
	margin-top: 10px;
	margin-left: -4px;
}

table.education
{
        border-collapse: collapse;
        border: 0;
        margin-top: 20px;
}
table.education th
{
        text-align: left;
        vertical-align: top;
        width: 50px;
        font-weight: normal;
		/*font-size: 7pt;*/
        padding: 0em;
}
table.education td
{
        text-align: left;
        vertical-align: top;
        width: 260px;
        padding: 0em 0em 1em 0em;
		/*font-size: 7pt; */
}
