/* vi:set sw=8 noet:

    temporary.css

*/

body {
	background-color: white;
	color: black;
	line-height: 150%;
	border-top: 1px solid #3366CC;
	border-right: 1px solid #3366CC;
	margin: 5% 5% 0px 5%;
	padding: 0px;
}

h1 {
	float: right;
        font-size: 200%;
        margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

div.bodybox {
	margin-top: 1em;
	text-align: left;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	padding-left: 0em;
}

address {
	font-style: normal;
        line-height: 110%;
	margin-top: 1em;
}

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;
}
