
   
p, ul, li
   {
	font-family: Times, TimesNewRoman, serif;
	font-size: 14px;
	line-height: 16px;
	text-indent: 0px;
	margin-top: 10px;
	margin-left: 22px
   }
p.text-right
   {
	font-family: Times, TimesNewRoman, serif;
	font-size: 14px;
	line-height: 16px;
	text-indent: 0px;
	margin-top: 5px;
	margin-left: 5px
   }
a
   {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
   }
   
a:hover
   {
	font-weight: bold;
	color: #0099ff;
	text-decoration: none;
   }

h1
   {
	font-family: Times, TimesNewRoman, serif;
	font-size: 24px; 
	color: #4BBBFE;
	letter-spacing: 0.4em ;
	text-indent: 0px;
	margin-top : 10px;
	margin-left : 22px

   }
   
h2
   {
	font-family: Times, TimesNewRoman, serif;
	font-size: 18px; 
	font-weight: bold;
	color: #006699;
	letter-spacing: 0.2em ;
	text-indent: 0px;
	margin-top : 10px;
	margin-left : 22px

   }
h2.text-right
   {
	font-family: Times, TimesNewRoman, serif;
	font-size: 18px; 
	font-weight: bold;
	color: #006699;
	letter-spacing: 0.2em ;
	text-indent: 0px;
	margin-top : 10px;
	margin-left : 22px

   }

.logo
   {
   position: relative;
   z-index: 5;
   top: 0px;
   left: 5px;
   bottom: 0px;
   right: 5px;
   background-color: rgb(255,255,255)
   }

blockquote.float-right {
  float: right;
  /* width: 13.5em; */
  padding: 10px;
  margin: 0 0 5px 5px;
  /* color: #00008b; */
  /* background: #b0c4de; */
  border-left: 2px dotted #4BBBFE;
  border-bottom: 2px dotted #4BBBFE;
  }
  
blockquote.text-right {
  float: right;
  width: 13.5em; 
  padding: 1px;
  margin: 0 0 5px 5px;
  /* color: #00008b; */
  /* background: #b0c4de; */
  border-left: 2px dotted #4BBBFE;
  border-bottom: 2px dotted #4BBBFE;
  border-top: 2px dotted #4BBBFE;
  border-right: 2px dotted #4BBBFE;
  }
  
p.link-left {
  float: lefft;
  margin-top: 5px;
  text-align: left;
  width: 300px;
  border-bottom: 2px #4BBBFE;
  }

p.link-right {
  float: right;
  margin-top: 5px;
  text-align: right;
  width: 419px;
  border-bottom: 2px #4BBBFE;
  }
