/* CSS Document */

body {
	font-size: 1.0em;
}

h1 {
	font-size: 1.6em;
	border-bottom: 2px #666666 solid;
}

h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	border-bottom: 1px #666666 solid;
	border-left: 5px #0000CC solid;
	padding-left: 5px;
	margin-bottom: 1.5em;
}
h1 a,h2 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover,h2 a:hover {
	text-decoration: underline;
}


.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.white {
	color: #FFFFFF;
}

.small {
	font-size: 0.8em;
}

.red {
	color: #F00;
	}