﻿   body {
	background-color: #0066ff;
}
#wrapper {
	background-color: #fffccc;
	padding: 1em;
	margin: 3%;
}
#box {
	border: thick outset #0000ff;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}

  #name {
	font: italic bold 60px "Times New Roman", Times, serif;
	padding: 2%;
   }
	
	h1 {
	font-size: 300%;
	color: #0000ff;
	background: transparent;
	font-family: "Times New Roman", Times,serif;
}
	
	h2 {
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
   }
	
	h3{
	text-align: center;
	text-indent: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
   }
	
	#ul {
	float: right;
	width: 350px;
	: 1% 5% 1% 2%;
	margin: 1px 15px 5px 1px
}

   li {
	font-size: 130%;
	font-family: "Times New Roman", Times, serif;
}

   #center {
	position: absolute;
	top: 90%;
	right: 35%;
}
	
   #picture1 {
	
	width: 30px;
	padding: 0% 3% 1% 1%;
	}	
	
	#picture2 {
	float: left;
	width: 30px;
	padding: 3% 5% 2% 1%;
	}
	
	#picture003 {
	float: left;
	width: 30px;
	padding: 1% 10% 2% 8%;
	}
	
	#coverleft {
	float: left;
	width: 30px;
	padding: 1% 5% 2% 1%;
	}
	
	#coverright {
	float: right;
	width: 6px;
	padding: 4% 4% 2% 5%;
}
	
	p {
	text-align: justify;
	padding-left: 3%;
	padding-right: 3%;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
		}
	 
	#margin {
	margin-left: 180px;
	 }
	 
	#marginr {
	margin-right: 180px;
   }
	#marginl {
	margin-left: 200px;
}
	
	 span.italic {
	font-style: italic;
	font-weight: bold;
    }
	 
	 span.ital{
	 	font-style: italic;
	 }
	 
   hr {
	color: #0000ff;
	background: #0000ff;
	height: 4px;
	border: solid;
}

   a:link {
	color: #00cc00;
	font-family: "Times New Roman", Times, serif;
}
	
	a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #00cc00;
	}

	a:hover {
	color: #00cc00;
	font-style: italic;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
}

   .footer {
	text-align: center;
	}

   .header {
	text-align: center;
	 }
	 
	 
