/* vi:set sw=8 noet:

    i.loveruby.net/index.css

*/

body {
	text-align: center;
	background-color: white;
	color: black;
}

h1 {
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
}

ul.index {
	padding: 0em;
	margin: 0em;
	list-style-type: none;
	text-align: center;
	font-size: 18pt;
	line-height: 150%;
}
ul.index li {
	padding: 0em;
	margin: 0em;
	text-align: center;
}

address {
	font-size: normal;
	font-style: normal;
        line-height: 110%;
        margin-top: 4em;
	text-align: center;
}

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

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

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