body { 
  background-color: #1773AB; 
  width: 700px; color: #fff; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  margin: 0; 
}

#popup {
  width: 680px;
  height: 480px;
  padding: 10px;
}

strong { color:#fff; text-decoration:underline; }

a { color: #074788; text-decoration: none; }
a:hover { color: #074788; text-decoration: underline; }
