@charset "utf8";

body {
	margin: 0px 10px;
	padding: 0px;
	font-family: "Helvetica", "Segoe UI", "NanumGothic", "Malgun Gothic", "Tahoma", "Verdana";
	background: white url('background.png') no-repeat fixed right top;
}

a:link, a:visited {
	color: rgba(255,255,255,0);
	text-shadow: 0px 0px 3px black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-shadow: none;
	text-decoration: underline;
}
a:active {
	color: rgba(255,255,255,0);
	text-shadow: 1px 1px 0px black;
	text-decoration: none;
}

h1 {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

footer {
	text-align: right;
}
