body { background: 
       #BBD5EC bottom right no-repeat fixed; }
p { 	font-size: 1.5em;
	color: #55A3D7; 
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	}
#a01 {	font-size: 1.0em; 
	color: #55A3D7; 
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	}
#p02 {	font-size: 0.8em; 
	color: #55A3D7; 
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	}
#p03 { 	font-size: 1.0em;
	color: #55A3D7;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	}	
a { 	font-size: 1.0em;
	line-height: 1.8;
	font-family: Tahoma, Geneva, sans-serif;
	}
h1 { 
	font-size: 2.5em; 
	color: #55A3D7;
	text-align: justify; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-variant: small-caps;
}
h2 { 
	font-size: 1.8em; 
	color: #55A3D7; 
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 { 
	font-size: 1.5em; 
	color: #55A3D7; 
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
}
h6 { 
	font-size: 0.8em; 
	color: #55A3D7; 
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
}
.button {
	background-color: #f1f1f1;
	border: none;
	color: #55A3D7;
	padding: 10px 15px;
	text-align: center;
	margin-left: 5px; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	cursor: pointer;
}
.button:hover {
	background-color: #BBD5EC;
	color: white;
	border: groove;
}
.butlink {
	background-color: #f1f1f1;
	border: none;
	color: #55A3D7;
	padding: 8px 15px;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	cursor: pointer;
}
.butlink:hover {
	background-color: #BBD5EC;
	color: white;
	border: groove;
}
.flex { 
    display: flex; 
    justify-content: justify; 
    align-items: justify;
}
/* Horizontal Button */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	overflow: hidden;
	background-color: #f1f1f1;
}
li a {
  display: block;
  color: #55A3D7;
  padding: 8px 16px; 
  text-decoration: none;
}
/* Change the link color on hover */
li a:hover {
  background-color: #BBD5EC;
  color: white;
  border: groove;
} 