@charset "utf-8";
/* CSS Document */

body{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height:25px;
	color:#555;
}
h1 {
	font-weight:600;
	color:purple;
	font-size:26px;
	font-family: 'Josefin Sans', sans-serif;

    }
h2 {
	font-weight:700;
	color:black;
	font-size:16px;
	line-height:18px;
    }
p 	{ 
text-align:justify;
	}
td {
text-align:center;
font-size:15px;
  }
tr {  
background-color: #F0FFFF;

	}
.column {
min-width:300px;max-width:639px;margin-left:auto;margin-right:auto;
/*border:#D7D5D5 solid 1px;*/
padding:20px;
}
.yellowbox{
padding:5px;margin-bottom:10px;
background-color:#fffff0;border:solid 1px #eee;	
}

.box2{
display:inline-block;
width:100%;
text-align:center;
margin-bottom:15px;
}

.box2-2{
	float:left;
	width:460px;
	margin-top:10px;
	font-size:17px;
	font-weight:600;
}
.box2-3{
	float:right;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}
.border1 { border:2px solid white; font-size:14px;}

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


}

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


}