* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;

}

p{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;

}
p.caption{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}


a:link {
    color: #808080;
    text-decoration: none;
    font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 14px;

}

a:visited {
    color: #808080;
    text-decoration: none;
    font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 14px;

}

a:hover {
    color: #99CC66;
    text-decoration: none;
    font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 14px;

}

a:active {
    color: #808080;
    text-decoration: none;
    font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 14px;

}

div{
	padding-bottom: 10px;


}