@import "colors.css";

BODY , UL, OL, LI, TEXTAREA, INPUT, SELECT, A, TABLE, 
.defaultText
{
	font-weight: normal;
	font-size: 10pt;
	color: #006600;
	font-family:  'Arial','Helvetica';
}

.travel_background {
	background-repeat : repeat;
	background-image : url(../img/world-mercator-30.jpg);
	background-position : center;
}

.motto {
	font-size : 16pt;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}

.construction {
	color:red;
	font-weight: bold;
}

.footer {
	font-size: 9pt; 
	color: #666666;
}
A.footer:link {
   text-decoration: none;
}
A.footer:visited {
  text-decoration: none;
}
A.footer:hover {
	color: #006600;
	text-decoration: underline;
}