h1 {
	background: transparent;
	font-family:tahoma;
	font-size:11px;
	color: #635898; 
	border-style: dotted; 
	border-bottom:1px #635898 dotted; 
	border-top:0px #000000 dotted; 
	border-left:0px #000000 dotted; 
	border-right:0px #000000 dotted; 
	text-align: center; 
	font-weight: bold;
	margin: 10px;
}

h2 {
	background: transparent;
	font-family:Verdana;
	font-size:11px;
	color: #635898; 
	border-style: dotted; 
	border-bottom:1px #635898 dotted; 
	border-top:0px #000000 dotted; 
	border-left:0px #000000 dotted; 
	border-right:0px #000000 dotted;
	text-align: center; 
	font-weight: bold;
	margin: 15px;
}

b, strong {
	font-family: tahoma; 
	font-size: 11px; 
	color: #635898; 
	background-color: none; 
	border-style: dashed; 
	border:0px #635898 dashed; 
	text-align:absolute; 
	font-weight: bold;
}

i, em {
	font-family: tahoma; 
	font-size: 11px; 
	color: #635898;
	background-color: none; 
	border-style: dotted; 
	border:0px #635898 dotted; 
	text-align:absolute; 
	font-weight: normal;
	font-style:italic;
}

u {
	font-family: tahoma; 
	font-size: 11px; 
	color: #635898; 
	background-color: none; 
	border-style: dotted; 
	border:0px #635898 dotted; 
	border-bottom:1px #635898 dotted; 
	text-align:absolute; 
	font-weight: normal;
	text-decoration:none;
}

p {
    margin: 10px;
}

a:link {
	color: #635898;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
}

a:active {
	color: #635898;
	text-decoration: none; 
    font-weight: bold;
	cursor: crosshair;
}

a:visited {
	color: #635898;
	text-decoration: none; 
	font-weight: bold;
	cursor: crosshair;
}

a:hover {
	color: #635898;
	text-decoration: none; 
    font-weight: normal;
    position:relative;
}

body {
	font-family : tahoma;
	color : #635898;
	letter-spacing : 0;
	font-weight : normal;
	font-size : 11px;
	background: url(http://i170.photobucket.com/albums/u280/chibichupu/TsukiNoHikariLay2-tausta.jpg) #FFE9F6;
	background-position: 0px 0px;
	background-repeat:repeat-y;
	background-attachment : scroll;
}


