﻿
a img {border: none; }

a:link {
	color: gray;
	text-decoration: none;
	}
 
a:visited {
	color: gray;
	text-decoration: none;
	}

a:hover  {
	color: black;
	}

a:active {
	color: black;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, {
	font-size: 1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
    font-family:'Lato';		
}

body {
	background-color: white;
	margin-top: 0;
	margin-bottom: 0;
    font-family:'Lato';
	color: black;
	text-decoration: none;
}


p {
  font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;

}

.dates {
  color: gray;
  margin-right: 7px;
}

.places {
	color: white;
	font-size: 14px;
}

.scratch {
	text-decoration:line-through;
}

.middle {
	text-align: center;
}

.left {
	text-align: left;
}


.bottom {
	vertical-align: baseline;
	text-align: center;
}

.sub {
	color: gray;
	vertical-align: baseline;
	font-size: xx-small;
	text-decoration: none;
	position: inherit;
}

.gray {
	background-color: #EBEBEB;
}

.lblue {
	background-color: #D2FFE1;
}

.lgreen {
	background-color: #DFEFFF;
}

.bg1 {
	background-image: url('images/gg_consulting.jpg');
}
.bg2 {
	background-image: url('images/gg_export.jpg');
}
.bg3 {
	background-image: url('images/gg_charter.jpg');
}
.bg4 {
	background-image: url('images/gg_guyana.jpg');
}


