.one 	{
	margin: 60px;
	}

*       {
        border:solid 5px;
        border-color: #ffffff;
        }

img	{
	max-width: 96%;
	height: auto;
	}

a,#header	{
        border:solid 0px;
        }

.text {
	max-width: 94%;
	}


p, h1, h2, h3, h4, h5, a {	
	font-family: sans-serif;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}
	
p	{	
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	}
	
h1	{	
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.4px;
	}
	
h2	{	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	}

h3	{	
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	}

a   	{
	color: #000000;
	text-decoration: underline;

	}

a:hover {
	color: #000000;
        text-decoration: none;
	}




@media only screen and (max-width: 880px) {


.one {
	background-color: #ffffff;
	margin: 40px;
	}

img	{
	max-width: 96%;
	height: auto;
	}




	
}








