html
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body
  {
/*
  background-color:  #00BB66;
  background-color:  #00CC77;
  background-color:  #00DD88;
*/
  background: radial-gradient(#00FFBB, #00BB66);
  /* background: linear-gradient(#80abdc, #ffd700);  */
  /* background: linear-gradient(#0057b8, #ffd700); */
  font-size: medium;
  }

 
/*
body {

  background-color:  #00BB66;
  background-color:  #00CC77;
  background-color:  #00DD88;
  

  background: linear-gradient(#0057b8, #ffd700);
  font-size: medium;
}
*/


:link 
 { 
 color: #663399;
 }

:visited
 {
 color: #330066;
 }


h1 
  {
  text-align: center;
  color : #993366;
  font-size : x-large;
  font-weight: normal;
  
  }
  
h1.left
  {
  text-align: left;
  color : #993366;
  font-size : x-large;
  font-weight: normal;
  
  }
  

h2  
 {
 font-size : large;
 color : #663333;
 font-weight: normal;
 
 }


h3  
 {
 font-size: medium;
 color : #663333;
 font-weight: normal;
 }

ul.large
{
font-size : large;
}

p
  {
  font-size: medium;
  }
  
p.caption
  {
  font-size: medium;
  color: #993366;
  }

p.rlink
  {
  
  font-size: medium
  }

p.right
  {
  text-align : right;
  }
  
p.left
  {
  text-align : left;
  }

.center
  {
  text-align: center;
 }

.vmiddle
  {
  vertical-align: middle;
 }
 
 

img.small {
  max-width:80%;
  max-height:90%;
}


p.small
 {
 font-size : small;
 }


td
 {
 
 }

td.top
  {
  vertical-align: top;
  } 
 
th
 {
 text-align: left;
 }
 
ul
  {
  
  }
  
.buttongreen
  {
  border: 0;
  font-size: 40px;
  color: #00BB66;
  background-color: #00FFBB
  }






