body {
	background-color: #FFFFFF; 
	font-family: Arial;
	color: darkblue;
	size:1;
}
h1 { 
	color:red;
	font-style:italic;
	font-size:16 pt;
}

h2 { 
	color:red;
	font-size:12 pt;
}

h3 {
	color:green;
	font-size:12 pt:


ul li {
	list-style-type:square;
}

.maintext {
	font-size: 10 pt;
	position: relative;
	left: 50;
	width: 650;
}

.hotnews {
	font-size: 10 pt;
	font-weight: bold;
	color: green;
}

.tourtable {
	font-size: 10 pt;
	color:darkblue;
}

