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

body {
	margin:2em;
	font-family: Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#aaaaaa;
}

/*body {
    background-color: #1c1c1c;
    margin:2em;
	font-size:20px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
}*/

h1 {
	color:#eeeeee;
	font-size: 160%;
}
h2 {
	font-size:16px;
	color: #dddddd;
	line-height:0pt;
	margin-bottom:0px;
}
p {
	margin-top:0px;
}
a {
	color: #0099CC;
	text-decoration: none;
	font-weight:bolder;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
	font-weight:bolder;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
gohome {
	color: #eeeeee;
}
a.gohome {
	color: #eeeeee;
	text-decoration: none;
}
a.gohome:visited {
	color: #eeeeee;
	text-decoration: none;
}
a.gohome:hover {
	color: #dadada;
	text-decoration: none;
}
.small {
	font-size:16px;
	color: #dddddd;
}
.pink {
	color:#F06;
}
a {
	color: #0099CC;
	text-decoration: none;
	font-weight:bolder;
}
a.pink:visited {
	color: #0099cc;
	text-decoration: none;
	font-weight:bolder;
}
a.pink:hover {
	color: #333333;
	text-decoration: none;
}
.text {
	font-size: 25px;
}
#social {
	width: 150;
	text-align: right;
	float:left;
}
#work {
	width: 150;
	text-align: right;
	float:left;
}
.colclear {
	float:none;
	clear:both;
}

