/* Cascasding Style Sheet */
/* @anti-Šopyright 2000-2001 Aaron Hawley */
/* Location ./index.css */

/* @import url(style.css);  mostly Unsupported :( */

body {
	background-image: url("box_top-left.png");
	background-repeat: no-repeat
		 }

ol {
	list-style-type: upper-roman; 
	font-weight: bold;
	font-size: 1.1em
	}

ol ul {
	margin-top: 0em;
	margin-bottom: 0em
	}

h1 {	
	font-weight: normal;
	font-size: 44pt;
	position: relative;
	left: 150px;
	top: 100px;
	vertical-align: top;
	text-shadow: 0 0 0.2em gray
	}

h2 {
	font-weight: normal;
	background-image: url("box_bot-right.png");
	font-size: 24pt;
	position: relative;
	top: 50px;
	width: 600px;
	line-height: 125px;
	background-position: bottom right;
	background-repeat: no-repeat
	}

address.authors {
	font-weight: normal;
        font-size: 14pt;
        font-style: normal;
        position: absolute;
        top: 30px;
	left: 350px
        }	

h3 {
	font-size: 1.5em
	}

a:hover { background-color: silver }

div.blurb {
	font-family: Arial, sans-serif, serif, times;
	margin: .5em;
	padding: 1em;
	border: solid;
	border-width: .1em;
	background-color: #ffd;
	width: 26em;
	color: black
	}

div.blurb h3 { font-size: 1.1em }

div.blurb p {
	font-size: 0.8em
	}

/* End */

