﻿/* used to center logo */

header {
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Grande", "Lucida Grande", Tahoma, Arial, sans-serif;
	background-repeat: no-repeat;
	text-align: center;
}

/* text styling for about (index.html) page */

.intro p {
	font-size: 18px;
	padding-left: 9px;
	line-height: 22px;
	text-align: left;
	margin-right: 20%;
	margin-left: 20%;
}

/* text styling for courses (courses.html) page */

p {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	
}
