﻿  /* CSS layout */
.travel_table_style1 { color:#FFFFFF; font-size:medium; max-width:980px; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style1 td { width:140px; }

.travel_table_style1a { color:#FFFFFF; font-size:large; max-width:1100px; margin-left:auto; margin-right:auto; table-layout:fixed; text-align: center;}
.travel_table_style1a td { width:200px; }

.travel_table_style2 { color:#FFFFFF; font-size:medium; max-width:1120px; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style2 td { width:160px; }

.travel_table_style2a { color:#FFFFFF; font-size:large; max-width:1120px; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style2a td { width:200px; }

.travel_table_style3 { color:#000000; font-size:medium; max-width:1300px; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style3 td { width:325px; }

.travel_table_style3a { color:#000000; font-size:large; max-width:1000; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style3a td { width:375px; }

.travel_table_style3ah { color:#FFFFFF; font-size:large; max-width:1000; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style3ah td { width:375px; }

.travel_table_style3b { color:#000000; font-size:large; max-width:1000; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style3b td { width:475px; }

.travel_table_style3bh { color:#FFFFFF; font-size:large; max-width:1000; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style3bh td { width:475px; }

.travel_table_style4 { color:#FFFFFF; font-size:medium; max-width:1500px; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style4 td { width:350px; }

.travel_table_style4a { color:#FFFFFF; font-size:large; max-width:1300px; margin-left:auto; margin-right:auto; table-layout:fixed; }
.travel_table_style4a td { width:300px; }

.travel_gallery1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FFFFFF;
  row-gap: 10px;
  column-gap: 5px;
}
.travel_gallery1 table { float: left; margin:5px 5px 5px 5px; border-collapse:collapse; }
.travel_gallery1 table td { padding: 0; text-align: center; width: 200px; }
.travel_gallery1 table caption { font-size:small; color:white; caption-side:bottom }

.travel_style1 { text-align:center;	font-size:x-large; color:#FFFFFF; }
.travel_style2 { color:#FFFFFF;	font-size:medium; }
.travel_center { text-align: center; }

.travel_medcenter {	font-size:medium; color:#FFFFFF; text-align:center; }

.travel_title {	color:#FFFFFF; text-align:left; }
.travel_caption {	color:#FFFFFF; text-align:center; }
.travel_text { font-size:small;	color:#000000; text-align:left; }

a {	color:#FFFFFF; text-decoration:underline; }

a:hover { color:#FF00FF; text-decoration:underline; }

