/* CSS Document */
.style1 {
	font-family: "American typewriter light", courier new, default;
	color:#660099;
}
.style2 {
	font-family: "Futura Condensed", "Courier New", san-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.photoborder {
	border: medium double #333333;
}

