/* @override http://hicksdesign.co.uk/css/basic.css */

/* CSS basics for not so hot browsers */
/* hicksdesign.co.uk */
/* ------------------------------------------------------- */

body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;	
	margin: 0;
	padding: 5%;
	font-family: sans-serif;
	color: #333;
}

/* SL additions */

.alpema
{
    font-style: italic;
}

.faq_q 
{
    font-weight: bold;
}

.faq_a
{
    /* border-left: 1px dotted #FF00FF; */
    font-weight: normal;
    padding-left: 2em;
}

li .faq_a:first-child 
{
    padding-top: 0.5em;
}	

/* End SL additions */


