html {
	//font-family: Lato, sans-serif;
	font-weight: 220;
	font-size:19px;
	max-width:950px;
	margin: auto;
	float:left;
	//color: white;
	//background-color: black;
}
html * {
	/* Fixes webkit "Font Boosting" */
	max-height: 999999px;
	//-webkit-text-size-adjust: 100%;
}
body {
	//font-weight: 200;
	//font-size:16px;
	margin: 2em 2%;
	text-align: justify;
	float:center;
}
dt {
	//font-weight:400;
	padding-top:1em;
}
dd {
	margin-left:1em;
}

ul,ol {
	padding-left:1.25em;
}

ul ul {
    list-style-type: square;
    margin-left: 2em;
}

/*
.dammit {
	color: #dd0000;
}
*/
strong {
	//font-weight: 300;
}
h1 {
	text-align: center;
}

a:link, a:visited, a:active {
    //background-color: yellow;
    //color:#3854c4;
    //color:green;
    //text-decoration:none;
}
/*
a:visited {
    background-color: cyan;
}

a:active {
    background-color: hotpink;
} 
*/

a:hover {
    background-color: #e6e5ea;
}


/*
a:link, a:visited, a:active{
//a{
    color:red; //#3854c4;
    text-decoration:none;
}

// mouse over link 

a:hover {
    color:green;
    background-color: yellow;
}
.imgContainer{
    float:left;
}
*/
