/* CSS Document - Krishve v. 2.0 - © 2006 Kristian Hverring */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #ffffff;
	background-image: url(gfx/paper.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #461210;
	}

h1 {
	font-size: 1.5em;
	margin-top: 1em;
	}

h2 {
		font-size: 1em;
	}

p {
	font-size: 1em;
	line-height: 1.3em;
	}

.date {
	font-weight: bold;
	color: #991b1e;
	}

.annoying_blink_style {
	text-decoration: blink;
	color: #e49e18;
	}

a:link, a:visited {
	color: #e49e18;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #e49e18;
	text-decoration: blink;
	}

#newsContainer {
	/*background-color: #ffffff;*/
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 10px;
	}