@charset "utf-8";

body {
	font:normal 13px Arial, Helvetica, sans-serif;
}

a {
	color:#660099;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size:16px;
}
h2 {
	font-size:15px;
}
h3, h4, h5 {
	font-size:14px;
}

p {
	line-height:16px;
}

#container {
	color:#000000;
	width:600px;
	margin: 0 auto;
}

#header {
	height:0;
}

#content {
	overflow:hidden;
}

#footer {
	height:0;
}