@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#container {
	position: relative;
	margin: 10px auto;
	width: 800px;
	color: #000000;
	overflow: hidden;
}

#home {
margin-top: 150px;
text-align: center;
}

a:link {
	background-color: transparent;
	color: #336699;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #336699;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: #993333;
	text-decoration: none;
}
a:active {
	background-color: transparent;
	color: #336699;
	text-decoration: underline;
}
