/*
   McMustard's preferred stylesheet.
   Contains all the color settings required to make McMustard.com into
   the visual marvel that it is.
*/

body
{
	color:yellow;
	/* 0x1A1A1A is the gray color behind the text in background.jpg */	  
	background:#1A1A1A url("./background.jpg");
	font-family:serif;
}

h1, h2, h3, h4, h5, h6
{
	text-align:center;
	font-family:sans-serif;
}

p.noindent
{
	text-indent:0ex
}

p
{
	text-indent:5ex
}

a:link
{
	color:lime;
	background:transparent;
}

a:visited
{
	color:red;
	background:transparent;
}

a:active
{
	color:white;
	background:transparent;
}

code
{
	color:lime;
	background:transparent;
	font-family:monospace;
}
