body {
	background : url(background.jpg) Black repeat-y;
	color : #A0A0A0;
	font-size : small;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	noscroll;
}

a {
	color : #B0B0B0;
	font-family : Tahoma, "MS Sans Serif", sans-serif;
	font-weight : bold;
	font-size : small;
	text-decoration : none;
}

a:link    { color : #B0B0B0 }
a:visited { color : #606060 }
a:hover   { color : #E0E0E0; text-decoration: underline }
a:active  { color : #E0E0E0 }


h1 {
	color : #606060;
	font-size : large;
	font-style : italic;
	font-weight : bold;
	line-height : 2em;
	text-align : left;
}

h2 {
	color : #A0A0A0;
	font-size : medium;
	line-height : 2em;
	text-align : left;
	font-weight : bold;
}

h3 {
	color : #808080;
	font-size : small;
	line-height : 1em;
	text-align : left;
}

p {
	color : #A0A0A0;
	font-size : small;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
}

p:first-line {
	text-indent: 4ex;
}

