body
{
	background-color: #330000;
}

tr.main
{
	vertical-align: top;
	text-align: justify;
	background-color: #CCCCCC;
}

p
{
	font-family: 'Arial';
	font-size: 12px;
	color: #OOOOOO;
}

/* font color on ski school page ============================================== */
p.title
{
	font-family: 'Arial';
	font-size: 12px;
	color: #66CC00;
}
/* font color on ski school page end ============================================== */

p.footer
{
	font-family: 'Arial';
	font-size: 12px;
	color: #FFFFFF;
}

H2
{
	font-size: 12px;
	font-style: 'Arial';
	color: #000000;
}

H3
{
	font-size: 14px;
	font-style: 'Arial';
	color: #000000;
}

/* link instructions on the menu ============================================== */
a.menu:link
{
	color: #5C5C5C;
	text-decoration: none;
	font-family: 'Arial';
}

a.menu:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	cursor: crosshair;
	font-family: 'Arial';
}

a.menu:visited
{
	color: #5C5C5C;
	text-decoration: none;
	cursor: crosshair;
	font-family: 'Arial';
}

/* link instructions on the menu end ============================================== */

/* link instructions on the associations page ============================================== */
a.association:link
{
	color: #5C5C5C;
	text-decoration: none;
	font-family: 'Arial';
}

a.association:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	cursor: crosshair;
	font-family: 'Arial';
}

a.association:visited
{
	color: #5C5C5C;
	text-decoration: none;
	cursor: crosshair;
	font-family: 'Arial';
}
/* link instructions on the associations page end ============================================== */

/* general link operations ============================================== */
a.reg:link
{
	color: #OOOOFF;
	text-decoration: none;
	font-family: 'Arial';
}

a.reg:hover
{
	color: #FF0000;
	text-decoration: underline;
	font-family: 'Arial';
}

a.reg:visited
{
	color: #OOOOFF;
	text-decoration: none;
	font-family: 'Arial';
}
/* general link operations end ============================================== */

