body {
padding-left: 10em;
background-image:url(images/paper.gif);
background-attachment:fixed;

	font-weight: bold;	
	font-size: 11pt;
	font-family: arial, sana-serif;
	color: blue;
	text-align: center;

			
}

ul.navbar {
	list-style-type: none;
	font-weight: bold;
	color:blue;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0.5em;
	left: 0.5em;
	width: 8em
}

ul.navbar li {
	
    	margin: 0.2em 0;
	padding: 0.2em;
	border-style: outset;
	border-top: 0.1em solid blue;
	border-right: 0.1em solid blue;
	border-left: 0.1em solid blue;
	border-bottom: 0.1em solid blue;	

}

ul.navbar
	a {text-decoration: none }
	a:link {color: blue }
	a:visited {color: red }


h1 {font-size:20pt; font-family: Arial, sans-serif }

h2 {font-family: Arial, sans-serif }

h3 {font-family: Arial, sans-serif }

h4 {font-family: Arial, sans-serif }

h5 {font-family: Arial, sans-serif }

h6 {font-size:8pt; font-family: Arial, sans-serif }

hr {height:5px;}
    


