@charset "UTF-8";
/* CSS Document - linked to week3.html */
h1 {
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 34px;
	color: mediumpurple;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 400px;
	border-bottom: 1px solid black;}
ul {
	list-style: none;
    font-family: Arial, Verdana, sans-serif;
	text-align: left;
	padding-left: 25px;
	line-height: 35px;
	text-transform: uppercase;}
/* link-one is top links (home wk1, wk2) */
.link-one {
	text-decoration: none;
    color: mediumpurple;}
p {
	font-family: Verdana, Arial, sans-serif;}
/* p.intro is intro paragraph */
.main {
	color: rgba(156,156,156,1.00);
	padding: 10px 15px 45px 25px;
	width: 400px;
	border: 2px;
	text-align: justify;
	line-height: 25px;}
/* figure is the image & caption */
figure {
	padding: 1px 1px 40px 25px;
	margin-left: 0px;}
figcaption {
	color: rgba(156,156,156,1.00);
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 20px;}
/* p.end is footer */
.end {
	padding: 15px 15px 15px 25px;
	background-color: mediumpurple;
	width: 400px;
	margin-left: 10px;
	color: white;
	border-radius: 15px;}
/* link-two is email link at the bottom */
.link-two {
	text-decoration: none;
	color: white;}
/* end of css */

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
