/*Style sheet template
<LINK REL=stylesheet HREF="pregcal.css" TYPE="text/css">
*/

body  {
      width:		540px;
      font-family: 	garamond, times new roman;
      font-style: 	normal;
      font-size: 	12pt; 
      font-weight:	medium;	
      text-align:	left;
      margin-left:	110px;
      background-image:	 URL(images/pregbg.gif);
      background-repeat: repeat-y;
      background-attachment: scroll
      }

h1{
      width:		540px;
      font-family: 	garamond, times new roman;
      font-size: 	22pt;
      font-weight:	bold;
      text-align:	center;
      margin-top:	20px;
      margin-bottom:	20px
      }


h2{
      width:		540px;
      font-family: 	garamond, times new roman;
      font-size: 	18pt;
      text-align:	center;
      margin-top:	20px;
      margin-bottom:	20px
      }


h3{
      width:		540px;
      font-family: 	garamond, times new roman;
      font-size: 	16pt;
      text-align:	center;
      margin-top:	20px;
      margin-bottom:	20px
      }


h4{
      width:		540px;
      font-family: 	garamond, times new roman;
      font-size: 	14pt;
      text-align:	center;
      margin-top:	20px;
      margin-bottom:	20px
      }


h5{
      width:		540px;
      font-family: 	garamond, times new roman;
      font-size: 	10pt;
      text-align:	center;
      color:		#999999;
      margin-top:	20px;
      margin-bottom:	20px
      }


h6{
      width:		540px;
      font-family: 	arial narrow, arial;
      font-size: 		10pt;
      font-weight:	light;
      text-align:		center; 
      text-decoration: 	none;   
      margin-top:		20px;
      margin-bottom:	20px;
      color:		#009999
      }


p


a:link{

	}


a:visited{

	}

div

div.other	//use in html doc by <div class="other">




