Pues si no quieres añadir una nueva clase simplemente pones los estilos css separados por comas, por ejemplo:
Código CSS:
Ver original#stay-content-1, #stay-content-2 {
width: 450px;
height: auto;
margin: 0 auto 0 auto;
border: none;
}
#stay-content-1 p, #stay-content-2 p {
font-family: 'Merriweather', serif;
font-size: 0.7em;
color: #023568;
line-height: 20px;
margin-top: 10px;
text-align: justify;
float: left;
}
#stay-content-1 h5, #stay-content-2 h5 {
font-family: 'Merriweather', serif;
font-size: 0.8em;
color: #023568;
margin-bottom: 10px;
font-weight: normal;
line-height: 15px;
text-align: left;
}