
/****************************
  styles for homepage  
*****************************/

.menulink {
  text-decoration: none;    
  color: blue;
}

body {
  font-family:    sans-serif;
  font-size:      100%;
}


h2 {
  margin-top: 5;
  margin-bottom: 20; 
  font-weight: bold;
  font-family: sans-serif;
  font-style:  normal;
  font-size:   120%;
}

h3 {
  margin-top: 20;
  margin-bottom: 5;  
  font-weight: bold;
  font-family: sans-serif;
  font-style:  normal;
  font-size:   100%;
}

p {
  margin-top: 0;
  margin-bottom: 5;  
}

ul {
  margin-top: 4;
  margin-bottom: 0;  
}


/**************************** 
  styles for HelpViewer 
*****************************/

/*
h2 {
  margin-top: 5;
  margin-bottom: 20; 
  font-weight: bold;
  font-style:  normal;
  font-size:   120%;
}

h3 {
  margin-top: 20;
  margin-bottom: 5;  
  font-weight: bold;
  font-style:  normal;
}


p {
  margin-top: 0;
  margin-bottom: 5;  
}

ul {
  margin-top: 4;
  margin-bottom: 0;  
}

li {
  margin-bottom: 3;  
}

code {
  font-size:   100%;
}
*/



