@import url(base.css.php); 
@import url(text.css); 

a:active  { color: #000000; }
a:link    { color: #002288; }
a:visited { color: #002288; }

body {
  font-family:		serif; 
  font-style:		normal; 
  font-variant:		normal;
  font-weight:		400; 
  font-stretch:		normal; 
  font-size:		100%; 
  color:		#000000;
  background-color:	#F7FFF0; 
}

ul.subcontents li {
  list-style-type: circle;
}

h1 {
  text-align: center;
  font-family: sans-serif; 
  font-weight: bold; 
  font-size: 170%; 
}

h2 {
  font-family: sans-serif; 
  font-weight: bold; 
  font-size: 120%; 
}

h3 {
  font-family: sans-serif; 
  font-weight: normal; 
  font-size: 110%; 
}

h4 {
  font-family: sans-serif; 
  font-weight: normal; 
  font-size: 100%; 
}

