.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

.tablesmall {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size : xx-small;
}

.header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000099;
	font-size : large;
	font-weight : bold;
}

.subhead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000099;
	font-size : small;
	font-weight : bold;
}

.skihead {
	font-family : Verdana;
	font-weight : bold;
	font-variant : normal;
	color : #000099;
	background-color : #CCCCCC;
	font-size : smaller;
}

.skisubhead {
	font-family : Verdana;
	font-weight : normal;
	font-variant : normal;
	color : #000099;
	background-color : #CCCCCC;
	font-size : xx-small;
	font-style : italic;
}

.photocaption{
	font-family : Verdana;
	font-weight : normal;
	font-variant : normal;
	color : #000099;
	font-size : xx-small;
}
	
A:LINK, A:ACTIVE {
	text-decoration: none;
	color: Blue;
	font-family: Verdana;
	font-size: 12px;
}

A:HOVER {
	text-decoration : underline;
	color : Blue;
	font-family : Verdana;
	font-size: 12px;
}

A:VISITED {
	text-decoration: none;
	color: Purple;
	font-family: Verdana;
	font-size: 12px;
}