/* 
 * Project  Name: heptadecagram.net
 * File / Folder: stylesheets/markup.css
 * File Language: css
 * Copyright (C): 2005 Liam Bryan
 * First  Author: Liam Bryan
 * First Created: 2005.07.09 09:23:50
 * Last Modifier: Liam Bryan
 * Last Modified: 2005.08.13 08:53:30
 */

html {
	background-color: rgb(0, 0, 0);
	color: rgb(240, 240, 240);
	font-family: sans-serif;
}

h1, h2, h3, h4, h5 {
	color: rgb(224, 224, 160);
}

a {
	color: rgb(192, 239, 0);
	text-decoration: none;
}
a:visited {
	color: rgb(0, 170, 0);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#Header {
	font-size: smaller;
	background: url(images/logo.png) no-repeat left;
	background-color: rgb(16, 16, 16);
}
#Header h1 {
	font-family: monospace;
}

#Header ul {
	background-color: rgb(68, 68, 68);
}
#Header li:hover {
	background-color: rgb(128, 128, 128);
}


#Content {
	background-color: rgb(16, 16, 16);
}


#Footer {
	font-size: smaller;
	background-color: rgb(16, 16, 16);
}

