<style type="text/css">
<!--
body{
	margin: 0px;
	padding: 0px;
	background: #000;
	scrollbar-base-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #000;
	scrollbar-dark-shadow-color: #000;
}

table{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.menu{
	background: #000;
	color: #fff;
	font-size: 18px;
	font-family: "Futura", "Century Gothic",  sans-serif;
	text-align: center;
	line-height: 36px;
	padding-top: 32px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 120px;
	float: left;
        box-shadow: 8px 8px 32px rgba(0,0,0,0.5);
}
div.main{
	margin-top: 32px;
	margin-left: 18%;
	margin-right: 18%;
	margin-bottom: 32px;
	padding: 0px;
	color: #444;
        font-size: 0.92em;
	line-height: 1.5em;
	top: 0px;
	left: 0px;
	scrollbar-base-color:white;
	border: none;
        position: relative;
}
div.new{
	border: solid;
	border-width: 1px;
	border-color: #000;
	height: 96px;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 12px;
	line-height: 16px;
	padding: 12px;
	overflow: auto;
	scrollbar-base-color:white;
}
div.music{
	border: solid;
	border-width: 2px;
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 24px;
	padding: 0px;
        box-shadow: 8px 8px 12px rgba(0,0,0,0.3);
}
div.diary{
	padding-top: 16px;
	margin-bottom: 32px;
    line-height: 1.6em;
    margin-left: 7%;
    margin-right: 7%;
}
div.comment{
	background: #eee;
    line-height: 1.6em;
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
}
div.link{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid;
	border-width: 1px;
	border-color: #444;
	margin-top: 24px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 24px;
	padding-bottom: 8px;
}
div.banner{
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 40px;
}
div.junk{
	margin-left: 32px;
	margin-top: 0px;
	margin-bottom: 5em;
}
div.code{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: dashed;
	border-width: 1px;
	border-color: #444;
	font-family: monospace;
	white-space: normal;
    line-height: 1.2em;
}

div.quote{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: none;
	border-left: solid;
	border-width: 2px;
	border-color: #444;
	font-style: italic;
	white-space: normal;
}

a#menu:link{
	color: #fff;
	text-decoration: underline;
}
a#menu:visited{
	color: #fcc;
	text-decoration: underline;
}
a#menu:hover{
	color: #ff4;
	text-decoration: underline;
}

a#banner:link{
	color: #fff;
	text-decoration: none;
}
a#banner:hover{
	border: none;
	border-color: #fff;
	text-decoration: none;
}
a#banner:visited{
	color: #fff;
	text-decoration: none;
}

a:link{
	color: #44a;
	text-decoration: underline;
}
a:visited{
	color: #a44;
	text-decoration: underline;
}
a:hover{
	color: #b66;
	text-decoration: underline;
}
p.music{
    text-indent: 0em;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}
p.diary{
	padding-left: 32px;
	margin-bottom: 32px;
}
p.comment{
    text-indent: 0em;
	background: #ddd;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px;
}
p.profile{
	margin-left: 64px;
	margin-top: 0px;
    text-indent: 0em;
}
p {
    text-indent: 1em;
    line-height: 1.6em;
}
p.no_indent {
    text-indent: 0em;
}
code{
	white-space: pre;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1{
	background: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Century Gothic", sans-serif ;
	font-size: 32px;
	line-height: 42px;
	text-align: left;
	color: #fff;
        box-shadow: 8px 8px 16px rgba(0,0,0,0.5);
}
h2{
	/*width: 400px;*/
	margin-left: 10%;
	margin-right: 10%;
	font-size: 1.2em;
	text-align: center;
	line-height: 24px;
	color: #000;
	font-family: "Futura", "Century Gothic", sans-serif;
	border-bottom: solid;
	border-width: 2px;
        background-color: transparent;
        text-shadow: 0.2em 0.2em 0.5em rgba(0,0,0,0.5);
}
h3{
	background: #000;
	color: #fff;
	font-size: 1.0em;
	margin: 4px;
	padding: 2px 1em 2px 1em;
	text-align: center;
	font-family: "Futura", "Century Gothic", sans-serif;
}
h4{
	width: 280px;
	margin-left: 24px;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-family: "Futura", "Century Gothic", sans-serif;	
	line-height: 16px;
}
h5{
	width: 100%;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #444;
	font-weight: bold;
	text-align: left;
	color: #444;
	line-height: 24px;
	font-size: 14px;
	font-family: "Futura", "Century Gothic", sans-serif;

	margin-bottom: 12px;
	margin-top: 16px;
}

h6{
	width: 100%;
	border-bottom: solid;
	border-width: 1px;
	border-color: #444;
	font-weight: normal;
	text-align: left;
	font-family: "Futura", "Century Gothic", sans-serif;	
	font-size: 1em;
	line-height: 16px;
	text-indent: 1em;
	margin-bottom: 12px;
        padding-bottom: 3px;
        text-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.3);
}

img{
	float: none;
	border: none;
}
img.left{
	float: left;
	vertical-align: middle;
	margin-right: 8px;
	border: none;
}
img.right{
	float: right;
	vertical-align: middle;
	margin-left: 8px;
	border: none;
}
hr.comment{
	border: solid;
	border-width: 1px;
	border-color: #555;
}
table{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

td{
	background: #fff;
	margin-left: 0px;
	padding: 0px;
	vertical-align: top;
}
td.main{
	background: #fff;
	margin-left: 0px;
	padding: 0px;
	/*padding-left: 20%;*/
	vertical-align: super;
}
td.menu{
	background: #000;
}
tr{
	margin: 0px;
	padding: 0px;
}

textarea{
	font-size: 1em;
}
textarea.comment{
	font-size: 0.9em;
	margin-left: 4px;
	margin-right: 4px;
    width: 36em;
}

span.fake_a{
	color:#fff;
	cursor:hand;
	text-decoration:underline;
}

#strong{
	font-weight: bold;
	color: #f00;
}
#strike{
	text-decoration: line-through;
}
#white{
	color: #fff;
}
#vmid{
	vertical-align: middle;
}
#left{
	text-align: left;
}
#center{
	text-align: center;
}
#right{
	text-align: right;
}
#bold{
	font-weight: bold;
}
-->
</style>
