a:link {
	color: #0C0;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	text-decoration: underline;
	color: #FC3;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #6FC;
	font-weight: bolder;
}
a:active {
	text-decoration: underline;
	color: #6FC;
	font-weight: bolder;
}
body {
	background-image: url(backgound.jpg);
	background-repeat: no-repeat;
	text-align: left;
}


.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(buttonback.jpg);
	color: #FFF;
}
.right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: right;
}

