a img {
	border : none;
}

a:link {
	color : blue;
	background : transparent;
}

a:visited {
	color : purple;
	background : transparent;
}

a:hover {
	color : red;
	background : transparent;
}

body {
	font-family : georgia, garamond, times, serif;
	margin : 2% 8%;
	color : navy;
	background : #fafafa url('http://www.jelks.nu/images/cottonpaper.jpg');
}

h1 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color : maroon;
	background : #fafafa url('http://www.jelks.nu/images/marble.gif');
	font-weight : normal;
	border : 3px groove white;
	text-align : center;
}

h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin : 6pt 0;
	font-size : 120%;
	font-weight : normal;
}

table {
	border : thin inset white;
	background : white;
	margin-left : 2em;
}

td {
	font-family : "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
}

ul {
	margin-top : 0em;
}

.example {
	font : 85% "courier new", courier, monospace;
	text-indent: 1em;
	color : black;
}

.exampleIntro {
	font-family: geneva, "Trebuchet MS", arial, sans-serif;
	font-style: italic;
	color : navy;
}

.new {
	font : x-small sans-serif;
	color : red;
	background : yellow;
}

#links, .info {
	border : 2px inset white;
	padding : 1em;
	background : #fafafa url('http://www.jelks.nu/images/marble.gif');
  -moz-border-radius: 12px;
}

#links td a {
	font-size: smaller;
}

.info table {
	margin-left: 0em;
}

.info td {
	font-family: arial, helvetica, sans-serif;
}

.searchExample {
	margin-left: 1em;
}

#home {
	margin-top: -2.5em; margin-left: 93%;
}

.note, .comment {
	color : green; background: transparent; font: 90% geneva, "Trebuchet MS", arial, sans-serif;
	margin-left: 8%; margin-right: 8%;
}