.position 
	{
		text-align: left ;
		font-size : small ; 
		font-weight : bold ;
		color : #ff4500 ;
	}

A:link, A:visited, A:active 
	{
		text-decoration: none ;
	}

A:hover 
	{
		color : #ff0000 ;
		text-decoration: underline ;
	}

.word 
	{
		border : thin solid #FF8040 ;
		text-align : center ;
	}
.small
	{
	font-size : 75%
	}
.com 
	{
		color : #696969 ;
		font-size: 80% ;
	}

.comsmall 
	{
		color : #000000 ;
		font-size: 80% ;
	}

body {
	margin-left : 10% ;
	margin-right : 10% ;
	}

h1 {
	letter-spacing : 0.5em ;
	font-size : 2em ; 
	font-style : italic ; 
	font-weight : bold ; 
	border-left : solid 3px #c0d0e0 ; 
	border-right : solid 3px #c0d0e0 ; 
	line-height: 1.5em ;
	text-align:center ; 
	}
h2 {
	letter-spacing : 0.3em ;
	font-size : 1em ;
	font-weight : bold ; 
	border-bottom : solid 1px #c0d0e0 ; 
	line-height: 2.5em;
	text-align:right ; 
	}
h3 {
	letter-spacing : 0.1em ;
	font-size : 1em ; 
	font-weight : normal ; 
	line-height: 120%; 
	margin-left : 2.4em ;
	} 

p {
	text-indent: 0.5em ;
	font-weight : normal ; 
	margin-left : 3em ;
	} 
