h1.header
{
display: inline;
font-size: 50px;
color: white;
font-style: italic;
}
a.header 
{
text-decoration: none;
color: white;
}

h2.title
{
text-align: center;
color: black;
font-size: 30px;
}
h3.links
{
text-align: center;
color: black;
font-size: 18px;
display: inline;
text-decoration: underline;
}
ul.links
{
list-style-type: none;
color: black;
}
p.links
{
text-align: left;
font-size: 14px;
color: black;
}

a.links {text-decoration: none}

p.center
{
margin-right: 20px;
margin-left: 20px;
text-align: center;
}
p.hotels
{
text-align: center;
font-size: 16px;
color: blue;
width: 150px;
margin-right: auto;
margin-left: auto;
line-height: 200%;
}

p.hotels-list
{
text-align: center;
font-size: 16px;
color: blue;
width: 250px;
margin-right: auto;
margin-left: auto;
line-height: 200%;
}

a.hotels
{
text-decoration: underline;
color: blue;
font-weight: bold;
}