@charset "UTF-8";
/* CSS Document */

ul{
	list-style-type: none;
	color:purple;
	
}
h1{
	color: purple; 
	font-family:   "Georgia", "serif";
	border-bottom: solid; width: 60%;
}
a{
	text-decoration: none;
	font-family:  "Tahoma", "sans-serif";
    color: purple;
	text-align: left
}
.courseinfo{
	border: 5px solid #9E3EE6;
	padding: 20px;
	width: 275px;
	border-radius: 10px;
	moz-border-radus: 10px;
	webkit-border-radius: 10px;
	background-color: #9E3EE6;	
	padding-left: 50px
}
.mailto{
	color: white
}
p1{
	color: gray;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px
}
html,body,header,footer{
	margin-left: 20px
}
.photo{
	margin-left: 5px
}
.home{
	margin-left: -30px
}
.week1{
	margin-left: -30px
}
.week2{
	margin-left: -30px
}
