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

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(white, #f2f2f2); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(white, #f2f2f2); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(white, #f2f2f2); /* Standard syntax */

}
.text {
	line-height: 16px;
	font-size: 14px;
}
.title {font-size: 15px;
} 
  #container {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}
#container:target {
    visibility: visible;
    display: block;
}
.reveal-modal {
    position: relative;
    margin: 0 auto;
    top: 25%;
}
    /* Remove the left: 50% */
}
.style8 {
	font-size: 30px;
}
.style9 {
	font-size: 12px;
	color:#333333;
	line-height:15px;
	text-align:justify;
}
.style10 {
	font-size: 20px;
	font-style: italic;
	color: #666666;
}
.style12 {
	font-size: 20px;
	color: #666666;
}