body {
	background-repeat : no-repeat;
/*	background-image: url(paul_club.jpg); */
	background-color : white;
	background-position : bottom left;
}

h1,h2,h3 {
	font-family: georgia, arial, sans-serif;
}

div,p,li {
	font-family: georgia, arial, sans-serif;
	background-color: transparent;
}

a {
	color: #6495ED;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: Teal;
	background-color: transparent;
	text-decoration: underline;
}

code {
    color: #6633CC;
    background-color: inherit;
}

.small { font-size: smaller; }

pre {
	margin: 1em;
	color: #393;
	/* font-size: larger;
	font-weight: bold; */
}
