/*H and P:*/

h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin:0;
}

h1{
	font-size: 16px;
	font-weight:700;
	line-height: 250%;
	color:#A60000;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif
}

h2{
	font-size: 13px;
	line-height: 200%;
	color:#578126;
	font-weight:505;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif
}

p{
	font-size: 13px;
	font-weight:300;
	color:#3d3d3d;
	line-height:17px;
	text-align:justify
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif
}

a.link {
    color: #CC6600;
    text-decoration: none;
}

a.link:active {
    text-decoration: none;
    color: #A60000;
}

a.link:hover {
    text-decoration: none;
    color: #A60000;
}