
html, body {
	height: 100%;
}

body {

	background-color: #FFFFFF;
	font: 14px/20px  Verdana, Arial, Helvetica, sans-serif;
}

/* Text & Paragraphs ////////////////////////////////////////////////////////// */
h1 
{
	color: #eb223b;
	text-align: left;
	font: 1.7em arial, helvetica, sans-serif;
	font-weight: bold;
}

h2
{
	color: #eb223b;
	text-align: left;
	font: 1.25em arial, helvetica, sans-serif;
}

p
{
	text-align: left;
	color: #666666;
	font: 1em/1.4em arial, helvetica, sans-serif;
}

a
{
	color: #eb223b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: #eb223b;
}

a.side
{
	border-bottom: 0px;
}

strong
{
	font-weight: bolder;
}
