/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
		border: none;
		width: 100%;
		max-width: 500px;
		height: auto;
}

#main {
	margin-top: 15%;
}


@media (max-width: 550px) {
  img { width: 80%; }
}

hr.line{
	width: 300px;
	height: 1px;
	color: #000000;
}

.text {
	padding-top: 10px;
	color: #000000;
}

.text  a:link, .text  a:visited{
	color: #8e8e8e;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.text  a:hover{
	text-decoration: underline;
}


#text2 {
	color: #d7d6d6;
	font-size: 8px;
}

a {
	color: #d7d6d6;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}