@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0 0 0 5em;
	font-size:100%;
}

a:hover {text-decoration:none;}

ul {padding:0 0 0 2em;}
ul li {margin:0 0 0.5em 0; padding:0; color:#eee;}

h1, h2, h3, h4 {}

h1 {padding-top:1em; padding-bottom:0em; font-size:280%;}
.normal {font-weight:normal;}

.l {float:left;} .r {float:right;} .c {clear:both;}

.fifty {width:50%;}

p.othershit {margin-top:1em;}
p.email { position:absolute; bottom:3em;}

.shit {text-decoration:line-through;}

.waves {
	height:200px;
	width:100%;
	margin-top:5em;
}


