body {
	background: url(../images/bg_jeans.gif);
	font-family: Comic Sans MS;
	text-align: center;
	color: Yellow;
	font: large;
}

table {
	font-family: Comic Sans MS;
	color: Yellow;
	font-size: large;
}

a:link {
	text-decoration: none;
	color: Yellow;
}

a:hover {
	text-decoration: underline;
	font: bold;
	color: Yellow;
}
a:visited {
	text-decoration: none;
	color: Yellow;
}

a:active {
	text-decoration: underline;
}