*{
	box-sizing : border-box;
}
*{
	-moz-box-sizing : border-box;
}

body {
	background: #ffffff;
	background-image: url(./img/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #9900ff; 
	font-family: Tahoma, Arial; 
	font-size: 0.8em;
}

a,a:link,a:visited {
	color : #0000ff;
	text-decoration : none;
}

a:hover {
	color : #0000ff;
	text-decoration : underline;}

h1 {
	font-size:2.0em;
	border-bottom: dotted 1px #9900ff;
	padding-left:15px;
	margin:5px;
	margin-bottom:15px;
}

h2 {
	font-size : 1.2em;
	border-bottom : dotted 1px #9900ff;
	padding-left : 10px;
	margin-bottom : 5px;
}

h3 {
	font-size:1.0em;
	border-left:solid 5px #9900ff;
	border-bottom:dotted 1px #9900ff;
	padding-left:10px;
	margin:15px;
	margin-bottom:5px;
}


h5 {
	text-align:right;
	font-size:1.0em;
	border-left:solid 5px #000000;
	border-bottom:solid 1px #000000;
	padding-left:10px;
	margin:5px;
	margin-bottom:5px;
}


p {
	font-size:1.0em;
	border-bottom:dotted 1px #0000ee;
	margin-left:20px;
	padding-bottom:3px;
	margin-bottom:3px;
}

body {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

pre {
	background : #ffffff;
	color : #000000;
	font-size:1.0em;
	margin-left:20px;
	border:dotted 1px #0000ee;
	padding:2px;
}

#title {
	position : absolute;
	left : 10px;
	top : 10px;
	width : 780px;
	height : 50px;
}

#menu {
	position : absolute;
	left : 10px;
	top : 60px;
	width : 220px;
	border:1px dotted #9900ff;
	padding: 5px;
}

#menu li {
	font-weight: normal;
	font-size: 0.8 em;
	letter-spacing: 3px;
	border-bottom: 1px dotted #9900ff;
	padding: 2px;
}

#body {
	position : absolute;
	left : 250px;
	top : 60px;
	width : 560px;
}

#copyright {
	text-align:right;
	font-size:1.0em;
	border-bottom : dotted 1px #9900ff;
	padding-left:10px;
	margin:5px;
	margin-bottom:5px;
}
