body {
	background:url(/images/cotton.jpg);
}
.{

	font-family : sans-serif;
}
.stressed:first-line {
	font-family : sans-serif;
	font-size : large;
	font-weight : bold
}
a:link {
	text-decoration : none;
	color : blue;
}
a:hover {
	text-decoration : underline;
	color : blue;
}
a:visited {
	text-decoration : none;
	color : purple;
}
a:active {
	text-decoration : underline;
	color : green;
}