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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
body {
	background-color: #efefef;
}

h1 {
	color: #36C;
}

h2 {
	color: #36C;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

p {
	padding-left: 30px;
}

a:link {
	color: #36C;
}
a:visited {
	color: #36C;
}
a:hover {
	color: #F93;
}

#main {
	margin: auto auto;
	width: 800px;
	border-left: 2px dotted #06F;
	border-right: 2px dotted #06F;
	padding: 10px;
}

.imp {
	text-align: right;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 0px;
}
