﻿/* ABOUT
----------------------------------------------------------*/

body
{
	color: white;
}

.about_logos
{
	display: block;
	margin: 10px auto 10px auto;
	text-align: center;
}

.about_logos_image
{
	display: inline-block;
	margin: 0 5px 0 5px;
}

a.highlight
{
	color: white !important;
	font-weight: bold;
}

a.highlight:hover
{
	color: #FCD116 !important; /* gold */
}