/*this is ultra lazy and ugly sunday night styling... don't copy please. thank you and have a nice evening!*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "HelveticaNeue-UltraLight", sans-serif;
	font: 100%;
	margin: 1em;
}

h1 {
	font-family: "HelveticaNeue-CondensedBold";
	font-size: 3em;
	margin: 0.3em;
}

p, ul {
	margin: 1em;
}

li {
	list-style-image: url(images/me_small.jpg);
	margin-left: 2em;
}

a {
	border-bottom: 1px gray solid;
	color: gray;
	text-decoration: none;
}

a:hover, a:hover:visited {
	border-bottom: 1px lime solid;
	color: lime;
}

a:visited {
	border-bottom: 1px blue solid;
	color: blue;
}

em {
	font-family: "HelveticaNeue-UltraLightItalic";
	font-style: italic;
}

.small {
	font-size: 0.8em;
}

.me_signed {
	background: url(images/me.png) top left no-repeat;
	height: 80px;
	padding-left: 80px;
	padding-top: 30px;
}
