<head>
<link rel="stylesheet" type="text/css"
href="ktrails.css" />
</head>

body 
{
color: black;
}

p
{
margin-top: 0px;
font-family: arial;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

p.small
{
margin-top: 0px;
font-family: arial;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

p.italic
{
	font-family: arial;
	font-style: italic;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

h1
{

font-family: arial;
font-size: xx-large;
font-weight: bold;
}

h2
{
font-family: arial;
font-size: x-large;
font-weight: bold;
}

h3
{

font-family: arial;
font-size: large;
font-weight: bold;
}

caption
{font-family: arial;
font-style: italic;
text-align: center;
}

a:link
{
	font-family: arial;
	font-style: bold;
	color: #0000ff;
	text-decoration: none;
}     /* unvisited link */

a:visited
{
text-decoration: none;
font-style: bold;
color: #0000FF
}  /* visited link */
a:hover {color: #FF9900; font-style: bold}   /* mouse over link */
a:active {color: #0000ff; text-decoration: none; font-style: bold}   /* selected link */

a.two:link {
	font-family: arial;
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
a.two:visited {
font-family: arial;
	color:  #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
a.two:hover {
	font-family: arial;
	color: #FFCC66;
	font-size: 14px;
}
a.two:active {
font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
		font-size: 14px;
}
