@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgmain.jpg);
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: justify;
}

.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	font-variant: normal;
	color: #F90;
	text-align: left;
}

.winners {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #C90;
	text-align: left;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #c69500;
}
a:active {
	text-decoration: none;
	color: #C69500;
}
