body {
background-image: url(images/world-map.jpg);
}

.Style1 {
	color: #FF0000;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 30px;
	text-align: center;	
}
.Style2 {
	color: #660000;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 22px;
}
.Style3 {
	color: #660000;
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 30px;
}
.Style4 {
	color: #660000;
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 20px;
}
.Style5 {
	color: #660000;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: lighter;
}
.Style6 {
   color: #FF0000;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
}
.Style7 {font-size: 9.3px;}
.Style8 {font-size: 11px;}
.Style9 {
	font-size: 14px;
	font-weight: bold;
}
.Style10 {
	font-size: 13px;
	text-align: justify;
}
A:link {
	color: blue;
	text-decoration: none;
	font-size: 10px;
}
A:visited {
	color: fuchsia;
	text-decoration: none;
	font-size: 10px;
}
A:hover {
	color: #660000;
	text-decoration: none;
	background-color: silver;
	font-size: 10px;
}
