.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #3366CC;
	text-decoration: none;
}
.links:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #FF6600;
	text-decoration: none;
}
.contest {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bolder;
}
.contest:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bolder;
}
.indexcontest {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
.indexcontest:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: none;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #3366CC;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
}
.titles:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF6600;
	text-decoration: none;
	font-style: oblique;
	font-weight: bolder;
}
