/* CSS Document */

h1
{
text-align:center;
color:#ff0000;
text-decoration:none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:26pt
}
h2
{
text-align:center;
color:#00CC33;
text-decoration:none;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:14pt;
}
.tour
{
text-align:center;
color:#00CC33;
text-decoration:none;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:18pt;
}
.best
{
text-align:center;
color:#D83927;
text-decoration:none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:16pt;
}
p
{
text-align:justify;
text-indent:10px;
font-size:13pt;
color:#D83927;
}
body
{
text-align:justify;
color:#00CC33;
}
table
{
	background-color:#EAFDF2;
	border-top-color: #ff0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #ff0000;
	border-style:solid;
}
.nav
{
	border:2px;
	border-top-color: #ff0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #ff0000;
	border-style:solid;
	text-align:center;
}
.nav2
{
	border:none;
	text-align:center;
}
.words
{
text-align:justify;
color:#D83927;
text-decoration:none;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}
a
{
text-decoration: none;
color: #33FF00;
font-weight: normal;
}
