@import url(../warp/css/base.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL


Base Styling
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: normal 12px / 18px Arial, Helvetica, sans-serif;
	color: #666666;
}
/*Header Tags*/
H1
{
	font-size: 22px;
	line-height: 1.4 !important;
	color: #222222;
}
H2
{
	font-size: 28px;
	color: #222222;
	line-height: 1.4;
}
H3
{
	font-size: 21px;
	line-height: 1.4 !important;
	color: #222222;
}
H4
{
	font-size: 16px;
	line-height: 1.4 !important;
	color: #222222;
}
H5, H6
{
	font-size: 14px;
	line-height: 1.4 !important;
	color: #222222;
}
/*Links*/
A
{
	color: #B20000;
}
A:hover, EM, CODE
{
	color: #D50;
}
/*Other Html Elements*/
ADDRESS
{
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 18px;
}
INS, MARK
{
	background-color: #FFA;
}
MARK
{
	color: #444;
}
HR
{
	border-top-color: #DDD;
}
PRE
{
	border: 1px solid #DDD;
	background: #FAFAFA;
}
::-moz-selection
{
	background: #B20000;
	color: #FFF;
}
::selection
{
	background: #B20000;
	color: #FFF;
}
