﻿body {
}


.h1 {
	font-size:22px;
	color:#7ac158;
	margin:6px 0 0 0;
	}
	
.h2 {
	font-size:16px;
	color:#7c7c7c;
	margin:6px 0 0 0;
	}
	
.p {
	color:#5d5c5c;
	margin:14px 0 0 0;
	text-align:justify;
	}
	
.link {
	color:#7ac158;
	text-decoration:none;
	font-size:12px;
	}
	
.link:hover {
	color:#7ac158;
	text-decoration:underline;
	font-size:12px;
	}
	
	
.ul.list-large {
	width:auto;
	margin:0 0 0 30px;
	padding:0;
	height:auto;
	font-size:16px;
	color:#5d5c5c;
	}
	
.ul.list{
	width:auto;
	margin:0 0 0 30px;
	padding:0;
	height:auto;
	font-size:14px;
	color:#5d5c5c;
	}
	
	
.ul.list-paragraph {
	width:auto;
	margin:0 0 0 30px;
	padding:0;
	height:auto;
	font-size:12px;
	color:#5d5c5c;
	}
	
.quote_name {
	color:#e1f1da;
	float:right;
	}
	
.test_name {
	width:auto;
	height:auto;
	color:#9bd182;
	font-weight:bold;
	float:right;
	}
	


