@charset "utf-8";
/* CSS Document
	Stylesheet for Not Enough BBQ
	Written by Benson Khau
	Just for convenience's sake?
 */
body {
background-color:#000;
color:#fff;
font-family:"Courier New", Courier, monospace;
font-size:12px;
margin:0;
padding:0
}

p{
font-size:12px;
}

a:visited {
color:#964c43
}

a:hover {
color:#b42a21
}

.stuff {
font-size:12px;
}

.blogposts {
background-color:#e6dbbd
}

img,a img {
border:none
}

#header a,a {
color:#b0353f;
text-decoration:none
}
