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

		body{
			margin:0;
		}
		
		.text{
			padding: 15px 30px 30px 30px;
		}
		
		p:first-child{
			border-bottom: 2px dotted #6C2735;
			margin: 0;
			padding-bottom: 5px;
		}
		
		p:last-child{
			margin: 0;
			padding-top: 5px;

		}
		
		p{
			text-align: center;
			font-size: 240%;
		}

			
