body {
  background-image: url(../images/worldtg.gif);

}

a.class1:link { color: #000033; text-decoration: none }
a.class1:active { color: #FF0000; text-decoration: none }
a.class1:visited { color: #000033; text-decoration: none }
a.class1:hover { font-weight:bold;color: #0000FF; text-decoration: none }

a.class2:link { color: blue; text-decoration: none }
a.class2:active { color: green; text-decoration: none }
a.class2:visited { color: blue; text-decoration: none }
a.class2:hover { font-weight:bold; color: blue; text-decoration: none }

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: bold;
}
h1, h2 { font-size: 150%; }
h3, h4 { font-size: 130%; }
h5, h6 { font-size: 110%; }


.pagename {
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

.content {
	
}

.name {
	
}
.location_font {
	font-size: x-small;
	font-style: italic;
	color: #000;
	font-weight: bold;
}

.imgleft {
float: left;
padding: 5px 10px 5px 0px;
}

