body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 72px;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size : 36px;
}
p{
	width : 70%;
}

a{
	text-decoration : none;
}
a:active {
	COLOR: Blue;
}

a:visited {
	COLOR: Blue
}
a:hover {
	COLOR: Silver;

}
.globe {
	background-image:  url(../images/globe_lg_light.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}