/* yeah, it's a stylesheet */
/* ratan@todaywaslonely.org */
/* created 21 Feb 2010 */
/* updated 25 Nov 2010 */

body {
	background-color: #eee;
	color: #000;
	font: 12px Verdana, "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

p {
	text-align: left;
	font: 14px sans-serif;
	background-color: #eee;
	color: #000;
}

#code {
	clear: both;
	padding:  0 20px 0 0;
	text-align: center;
	font: 25px Courier, "Courier New", Monospace;
	background-color: #eee;
	color: #000;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #000;
	font-weight: bolder;
}

h3 {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 24px;
	text-align: left;
	background-color: #eee;
	color: #000;
}

/* end */

