body{
	font-family: "Georgia", "Times New Roman", serif;
	line-hight: 1.6;
	background-color: #faeda5;
	color: #222;
	padding: 20px;
}

h1,h2,h3{
	color: #4a148c;
}

.theorem {
     	border-left: 4px solid #6a1b9a;
        background: #e4dded;
        padding: 12px;
        margin: 16px 0;
	font-style: italic;
	font-size: 14pt;
}
                       
b {
	font-size: 14pt;
	color: #1e88e5;
}

a {
	color: #00695c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-size: 14pt;
	margin-left: 20px;
}

p {	
	font-size: 14pt;
	margin-bottom: 10px;
}


