
       	p { text-indent: 1em }

       	#paper {
       		position: relative;
       		margin-left: auto;
       		margin-right: auto;
       		width: 800px;
       		height: 1050px;
       		font-family: times;
       		font-size: 12.5px; 	
       		line-height: 17.5px;
       		letter-spacing: .1em;
       		word-spacing: .2em; 
       		border: solid;
       		border-width: 1px;
       		}

       	
       #header {
       		position: absolute;
       		margin-top: 30px;
       		margin-left: 135px;
       		margin-right: 135px;
       		text-align: center;
       		width: 530px;
       		height: 150px;
       		background-color: yellow;
       		}
       		
       #line {
       		position: absolute;
       		text-align: center;
       		width: 715px;
       		height: 20px;
       		left: 50px;
       		top: 180px;
       		background-color: green;
       		}
       		
       #colone {
       		position: absolute;
       		margin-right: 35px;
       	   width: 325px;
				height: 830px;
       		left: 75px;
       		top: 200px;
       		border: dashed;
       		border-width: 1px;
				} 
				      		
       #coltwo {
       		position: absolute;
       		width: 325px;
				height: 830px;
       		left: 435px;
       		top: 200px;
       		border: dashed;
       		border-width: 1px;
       		}
