@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

body {
	font-family: 'Slabo 27px', serif;
	margin: 40px; 
	}
img{
 border-style: none;
 	}
b {
	color: #339966;
	}
p,li {
	font-size: 16px;
	color: #000000;
	}
a:link {
	color: #000099; 
	}
a:visited {
	color: #333333; 
	}
a:hover {
	color: #9999FF; 
	}
.title {
	color: #0088CC;
	font-weight: bold;
	}
.title2 {
	color: #0032C1;
	font-weight: bold;
	}
.title3 {
	color: #4632C1;
	font-weight: bold;
	}
h1 {
	border-bottom: 1px solid #00FF66;
	font-size: 20px;
	}
h2 {
	border-bottom: 1px solid #0066CC;
	font-size: 16px;
	}
h3 {
	border-bottom: 1px solid #66FF33; 
	padding-left: 10px ;
	font-size: 14px;
	}
h4 {
	font-weight: lighter;
	color: #336633;
	text-decoration: underline; 
	font-size: 12px;
	}
h5 {
	font-weight: lighter;
	color: #009999;
	font-size: 12px;
	text-decoration: underline; }
h6 {
	font-weight: lighter;
	font-size: 12px;	
	color: #009999;
	text-decoration: underline; }