body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width: 85%;
}

p {
    margin: 0 0 15px 0;
    line-height: 1.5em;
    /*text-align:left;*/
}

a {
    text-decoration: none;
    color: #CC0000;
}

a:hover {
    text-decoration: overline underline;
}

.title {
	font-size: 20px;
	color: #6EC252;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	color: #4D3640;
	font-weight: bold;
}

.small {
    font-size: 9px;
}

.green {
    color: #6EC200;
}