body
{
   font-family:Arial;
   font-size: 12px;
   background-color:#F4E4E8;
}

h2
{
   font-size:16px;
   font-weight: bold;
   text-align:center;
}

h3
{
   font-size:16px;
   font-weight:bold; 
   text-align:center;
}

#cityWrapper
{
  background-image:url('../images/pinkbook_city.png');
  height:540px;
  width:938px;
  vertical-align:middle;
  background-repeat:no-repeat; 
  background-position:center;
  margin-top:70px;
  margin-left:auto;
  margin-right:auto;
}

#welcomeText
{  
  color: #C86491;
  width:340px;
  position:relative;
  top:230px;
  left:350px;
  font-size:14px;
}

#welcomeText h2
{
  margin-bottom: -10px;
}

#cities
{
  float:right;
  margin-right:40px;
  margin-top:60px;
  color:#999999;
  height: 200px;
  width: 187px;
  
}

.cityDropdown
{
  margin-top:-5px;
}

.cityDropdown li
{
  list-style:none;
  margin-right:50px;
  margin-top:6px;
  
}

a:link, a:visited 
{
  font-size:14px;
  color:#999999;
  font-weight:bold;
  font-decoration:none;
}

a:hover
{
  font-decoration:underline;
}

