body {
  background: url('background4.png');
}
p, a{
	font-family: 'Roboto', sans-serif;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}


.logo{
	width: 330px;
	margin: 30px 0 30px 30px;
}

.index-right{
	border: 1px solid #b3b9ac;
	border-radius: 8px;
	background-color: white;
	color: #434343;
}
.index-left{
	border: 1px solid #b3b9ac;
	border-radius: 8px;
	background-color: white;
	color: #434343;
	padding: 0 20px;
}
.index-right h4{
	font-weight: bold;
}
.small-image img{
	width: 100%;
}
.small-image .back{
	width: 100%;
	background-color: #353839;
	border-radius: 0 0 7px 7px;
}
.small-image p{
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.text-side{
	margin-top: -10px;
}
.subj-list li{
	margin-bottom: 3px;
}

.pagination li a{
	background: url('background4.png');
	border-left: 1px solid white;
}
footer{
	background: white;
	padding: 30px;
	margin-top: 50px;
	border-top: 1px solid #939697;
	color: #626667;
}
footer h3{
	color: #5a5e5f;
	font-family: 'Roboto', sans-serif;
}
footer a, footer p{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
.footer-links a{
	color: #5a5e5f;
	margin-left: 0px;
	color: #3a7aae;
}
footer .logo{
	width: 350px;
	margin: 25px 20px 0px 0px;
}

.announcement h3{
	font-family: 'Roboto', sans-serif;
	color: #1f31a2;
}
h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.myHeaders{
	font-family: 'Roboto', sans-serif;
}

.padding-width{
	padding-left: 40px;
	padding-right: 40px;
}
.course-content p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 20px;
}
.course-content span{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.course-content li{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: -25px;
}
.course-content ul{
	margin-bottom: 20px;
}
.course-content h4{
	font-weight: normal;
}
.course-content .lower-roman li {
	list-style-type: lower-roman;
}
.course-content .upper-alpha li {
	list-style-type: upper-alpha;
}
.course-content .lower-alpha li {
	list-style-type: lower-alpha;
}
.course-content .square-list li {
	list-style-type: square;
}

.course-content table p, .course-content table li, .course-content table span{
	font-size: 16px;
}

