/*
 * This file is part of the TYPO3 CMS project.
 *
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 * The TYPO3 project - inspiring people to share!
 */

body {
	color: #858585;
}

a {
	color: #e63735;
}

a:hover, a:active, a:focus {
	color: #ec6462;
	text-underline: none;
	border-bottom: 1px dotted #ec6462;
}

a.sitelogo:hover, a.sitelogo:active, a.sitelogo:focus {
	border-bottom: none;
}

.sitelogo {
	width: 50px;
}

main {
	background-color: #f0f0f0;
}

.footer {
	background-color: #525252;
	padding: 1rem 0;
}