body { margin: 0; padding: 0; }

p.tiny { font-size: 11px; text-align: center; }

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

a:hover { text-decoration: underline; }

div#content {
	margin: 50px 80px 20px 80px;
	border: 4px solid gray;
	padding: 20px 40px 60px 40px;
	background-color: #F4F1F1;
	background-image:  url(../images/pangram_2.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 500px;
	}

div#intro {
	font-size: 18px;
	line-height: 160%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	}

div#intro hr { color: gray; }

p.result {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	}
	

h1#home { font-size: 36px; }

body {
	background-color: #F7F072;
	background-image:  url(../images/pangram.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

input:focus { background: #F7F072; }

td.right { text-align: right; }
