h1 
	{
		border-right : solid ;
		border-bottom : solid thin ;
		font : bold italic ;
		border-color:#0000cd ;
		background-color : #1070ff ;
		color: #f0ffff ;
	}
p 
	{
		margin-left:1.5em ;
		margin-right : 1em ;
		text-indent : 0.5em ;
		line-height : 1.3em ;
		color : #464274 ; 
	}
p.position
	{
		margin-left:0.5em ;
		text-align: left ;
		font-size : small;
		color : #ff4500 ;
		font-weight : bold ;
	}
p.quote
	{
		color : #008000 ;
		margin-left:3.5em ;
		margin-right : 2em ;
	}
strong
	{
		font-size : 110% ;
	}
.com 
	{
		color : #696969 ;
		font-size: 80% ;
	}
A:link, A:visited, A:active
	{
		text-decoration: none ;
	}
A:visited
	{
		color : #800080;
	}
A:hover 
	{
		background-color : #f0ffff ;
		color : #ff0000 ;
		text-decoration: underline ;
	}
