body {
	-webkit-font-smoothing:antialiased;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	background: #f8f8f8;
	word-wrap: break-word;
}

body, input, button {
	font-family: 'Roboto Mono', monospace;
	font-size: 16px;
	color: #444;
}

[ng-click] {
	cursor: pointer;
}

a {
        text-decoration: none;
}

a:link, a:visited {
	color: darkgray;
}

a:hover, a:active {
	color: red;
}


h1 {
	text-align: center;
	font-size: 4em;
	font-weight: 200;
}

h2 {
	text-align: center;
	font-size: 2em;
	font-weight: 200;
	margin-top: 0px;
}

h3 {
	text-align: left;
	font-size: 1em;
	font-weight: 300;
}

h4 {
	text-align: left;
	font-size: 1em;
	font-weight: 200;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none; 
}

textarea {
	width: 100%;
}

img {
	float: left;
	width: 100px;
}

.more-or-less {
	font-size: 400%;
}

.more-or-less a:link, .more-or-less a:visited, .more-or-less a:hover {
	text-decoration: none;
	color: black;
}

