/* CSS Document */

body {	
    font-family:YoungSerif;
	font-size:20px;
	background:white;
	text-align:left;
	color:black;
	border:0px;
	}
h1 {
font-size:50px;
color:black;
margin-top:25px;
text-align: center;
}

p {
margin-top:0px;
margin-bottom:6px;
font-size:20px;
text-align: justify;
}

a:link {
color:black;
background:transparent;
text-decoration:none;
font-size:20px;
}
a:visited {
color:black;
background:transparent;
text-decoration:none;
font-size:20px;
}
a:active {
color:black;
background:transparent;
text-decoration:none;
font-size:20px;
}
.verdana {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-style: italic;
}
a:hover {
color:#000000;
background:#CCCCFF;
font-size:16px;
}

#wrapper {
	background:white;
	clear:both;
	position:relative;
	margin-left: auto;
    margin-right: auto;
	text-align:justify;
	border:0px;
	width:900px;
	}
/* image size 800 */
   


/* Apply border to table and cells */
table {
  border: 1px double black; /* Double black border */
}
th, td {
  border: 1px double black; /* Double black border */
  padding: 0.5rem; /* Optional: Add padding for content */
}

 
 ul {
  padding-left: 2px;
  margin-left:20px;
  text-align:left;
}
ul li {
  padding-left: 2px;
   padding-right: 2px;
  margin-bottom:0px; 
}
ol li {
  padding-left: 2px;
    padding-right: 2px;
  margin-bottom:0px; 
  text-align: justify;
}
ol { 
 padding-left: 20px;
 margin-left:20px;
list-style-position: outside; 

}


}