@charset "UTF-8";
@import url("default.css");

* {
	line-height: 160%;
}

body {
	font-size: 80%;
	text-align: center;
	background-color: #fff;
}

a {
	margin: 0;
	padding: 0;
	color: #00A0C6;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #00A0C6;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

hr {
	clear: both;
	width: 90%;
	height: 1px;
	border: 0px;
	border-top: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	width: 500px;
	margin: 20px auto;
	font-size: 100%;
}

h1 {
	color: #00A0C6;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../img/icon_circle2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p {
	text-align: center;
}
