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

.twitpic {
	display: block;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 0 0 10px 0;
	padding: 10px;
}

body {
	background-image: url(../bousfield_bg_temp.jpg);
	background-repeat: no-repeat;
	
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	size: 200%;
	color: #FFF;
	text-decoration: blink;
	display: inline;
	background-color: #6C9;
	line-height: 125%;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	size: 100%;
	color: #FFF;
	display: inline;
	background-color: #666;
	line-height: 125%;
}

nav {
	clear: both;
	float: left;
	width: 600px;
}

a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #6C9;
	text-decoration: underline;
}
