/* CSS Document */

body {
	background-color:#000000;
	color:#fed;
	text-align:center;
	margin-top: -50px;
	overflow: hidden;
}

.main {
	text-align:justify;
	font-family: georgia, "times new roman";
	font-size: 14px;
	overflow:auto;
	margin: 20px 45px 0px 45px;
}

.thumbs {
	text-align:center;
	font-size: 14px;
	overflow:auto;
	margin: 0px 10px 0px 10px;
}

.text {
	text-align: justify;
}

h1{
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	font-variant: small-caps;
}

h2{
	color: #fff;
	font-size: 19px;
	text-align:center;
	font-weight: bold;
	font-variant: small-caps;
}

h3{
	color:#fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

hr{
	color:#2abc8a;
	text-align:center;
	height: 2px;
}

.title{
	color:#fc8;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}

a:link {
	color: #fda;
	font-weight: bold;
}

a:hover {
	color: #fff;
	font-weight: bold;
}

a:active {
	color: #fa4;
	font-weight: bold;
}

a:visited {
	color: #fc8;
	font-weight: bold;
}


