/* vi:set sw=8 noet:

    dgames.jp/index.css

*/

body {
	margin: 20px 40px;
	background-color: white;
	color: black;
	text-align: right;
}

h1 {
	margin: 0em;
}

h2 {
	font-size: 14pt;
	font-wait: normal;
	font-style: normal;
}

img {
	border: none;
}

ul.index {
	padding: 0em;
	margin: 2em 1em;
	font-size: 12pt;
	list-style-type: none;
	line-height: 150%;
}
ul.index li {
	padding: 0em;
	margin: 0em;
}

address {
	font-size: 11pt;
	font-style: normal;
}

a:link, a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:active, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

