body {
	margin-top: 100px;
	margin-left: 100px;
	margin-bottom: 270px;
	margin-right: 30px;
	padding: 0px;
	
	color: #E6E6EE;
	font-family: sans-serif;
	font-size: small;
	font-weight: bolder;
	text-align: justify;
	
	background-color: #3233A9;
	background-image: url(images/bestinshow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #B6C9DC;
	text-decoration: underline overline;
}

h1 {
	background-color: transparent;
	font-size: medium;
	text-align: left;
	padding-bottom: 100px;
}
