a {
	color: #2980B9;	
}

body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Adobe Caslon Pro", "TeXGyrePagella", "Merriweather", "PT Serif", Georgia, "Times New Roman", serif;
},

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body p, body a, body table{
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

body b a{
    font-weight: 600;
}

.label {
	display: inline;
    padding: .2em .4em .1em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.text-base {
    font-size: 14px !important;
}

.label-lecture {
    background-color: #839192  ;
}

.label-presentation {
    background-color: SteelBlue;
}

.label-project {
    background-color: #EB984E;
}

.label-due {
    background-color: #CD6155;
}