.txt {
height: 50%;
width: 1000px;
border-style: ridge;  
border-width: 5px; 
border-color: #8594E7; 
background-color: #FFFFFF;
border-radius : 5px
}
      th  {border:5px solid #095484;}


.img {
height: 50%;
border-style: ridge;  
border-width: 5px; 
border-color: #ED9481; 
background-color: #FFFFFF;
border-radius : 5px;
 position: relative;
 top: 5px; left: 0%;
}
      th  {border:5px solid #095484;}


h1{
    font-size: 30px;
	font-family: Georgia;
}

h2{
    font-size: 25px;
	font-family: Georgia;
}

h3{
    font-size: 20px;
	font-family: Georgia;
}