

html {
	font: 14px Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	margin: 0px;
}

body {
	background-position: top left;
	background-repeat: repeat;
	background-color: black;
	font: 14px Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

img {
	border: none;	
}

a {
	color: #ff0083;
	text-decoration: none;
}
a:hover {
	color: #ff0083;
	text-decoration: underline;
}

#Page {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 800px;
}

#Content {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 10px;
	top: 20px;
}

#Title {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 14px;
}

.Thumbnail {
	margin-right: 20px;
}



