@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(images/bg-main.gif);
}

a {
	color: #06F;
}

a:hover {
	background-color: #999;
}

.main {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

.title {
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.heading1 {
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.heading2 {
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #6CF;
}

.completedwork {
	background-color: #CCC;
}