/**********************************************
  Jim Engel         Cascading Style Sheet Default
  NormalJim.css     Feb 27, 2011
*************************************************/
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:   25px;
	margin-right: 150px;
   width:         550 ;	
	font-size:      9pt;
}
p{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:     9pt;
  text-align:   left;   
  text-indent: 1.5em;
  margin-top:    4px;
  margin-bottom :6px;   	 
/* 
 width: 550px;  
 letter-spacing: .1em;
 word-spacing: .5em;    
*/
}
div.hang{
  font-size:    9pt; 	
  text-align:  left;   
  margin-top:   6px;
  margin-bottom:8px;
  margin-left:  2em;
  text-indent: -2em;
}

div.indent{
  font-size:    9pt; 	
  text-align:  left;   
  margin-top:   4px;
  margin-bottom:8px;
  margin-left:2em;
}
div.norm {
  font-size:9pt;	
  font-weight:normal;
}

div.bold
{	font-size:9pt;
	font-weight:700;
}
span.norm {
  font-size:9pt;	
  font-weight:normal;
}
span.bold
{	font-size:9pt;
	font-weight:700;
}
span.cmt 
{	font-size:9pt;
	font-weight:700;
}
span.ref
{	font-size:10pt;
	font-weight:700;
}
span.list {
  width: 500px;
  font-size:9pt;	
  font-weight:normal;
}

a:link    { 
	color:blue;
	font-size:9pt;
	font-weight:normal;
}
a:visited { 
	color:purple;
	font-size:9pt;
	font-weight:normal; 
}

H1 { 
  font-size:13pt;
  margin-top:10px;
  margin-bottom:10px;   
}
H2 { 
  font-size:11pt;
  margin-top:20px;
  margin-bottom:2px;
}

H3 { 
  font-size:10pt;
  margin-top:20px;
  margin-bottom:2px;
}

BUTTON {
  FONT-WEIGHT: bold; FONT-SIZE: 100%; 
  FONT-FAMILY: arial,helvetica,sans-serif
}

DIV.fline  { font-size: .91em; font-weight: bold; }
SPAN.fline { font-size: .91em; font-weight: bold; }

input.oneChBut
{
 WIDTH: 19px; 
 HEIGHT: 23px;
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
}

input.tbut
{
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
} 
 
input.fbut
{WIDTH: 210px; 
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
}  
input.ebx
{
 FONT-WEIGHT: bold; 
 FONT-SIZE:.91em; 
 WIDTH:410; 
 maxlength:80;
}  
  
/************   TEMPLATE   ******************
<LINK HREF ="NormalJim.css" REL = "stylesheet" TYPE = "text/css">


<body >

<H1>GUARDIANS</H1>
<span class="bold">Jim Engel  1985</span>
<br>
<br>


a:link    { 
	color:blue;
	font-size:10pt;
	font-weight:700;
}
a:visited { 
	color:purple;
	font-size:10pt;
	font-weight:700; 
}

<span class="norm"><i>Jim Engel, Marengo &nbsp;&nbsp; &copy; Copyright 1997</i></span>
<br><br>
<a href="http://www.angelplace.net/dog/ "><b>Angel's Lair All Breed</b></a><br>
<a href="http://www.angelplace.net/usca/"><b>Angel's Lair Schutzhund</b></a><br>
<a href="http://www.angelplace.net/Book/"><b>Police Book Project</b></a><br>

</body>


an "em" unit is the width of the letter capital M
1 em unit is the size of the text in the BODY tag
**********************************/
  
  
  
  
  
  