body { 
font-family: tahoma;
font size: 83%; color: black; background-image: url("sw/background.jpg");
}

h1 {
font-family: tahoma;
font-size: xx-large;
border-style: double;
padding: 20px;
Color: white;
text-align: Center;
background-color: black;
}


p{
margin-top: 2px;
}

p.info {
font-size:99%;
}

.floatleft {
float: left;
margin: 10px;
}

.floatright {
float: right;
margin: 10px
}





<table class="cities">

table {
width: 100%;
}

td {
font-size: medium;
padding: 10px;
vertical-align: top;
}
td.left {
width: 100px;
}
td.right {
width: 100px;
font-weight: bold;
} 

th.buttons {
width: 10%;
}

th.text {
width: 90%;
}

.floatjustify {
float: justify;
margin: 70px
}


p.photo{
font-size: 80%; 
}


.leftpanel {
position:absolute;
top: 250px;
left: 10px
width: 100px;
}

.rightpanel {
position:absolute;
top: 250px;
left: 130px;
right: 10px;
}


<table class="gallery">

table {
width: 100%
}

td {
font-size: medium;
padding: 10px;
verticla-align: top;
}

td.left {
width: 100px;
}

td.right {
width: 100px;
font-weight: bold;
}
th.galleries {
width: 100%;
}




.font{
color: red;
}





