table, p, blockquote, br, body, h1, h2, h3, h4, ul, ol, li {
	font-size: 11pt; font-family: "Letter Gothic", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:black
}

blockquote {
	margin:5px;
	padding:5px;
	font-size: 9pt;
}

body {
	background-color: white;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

ul, ol, li {
	font-size: 10pt;
}

pre, tt {
	font-family: "Courier New", Courier, Monaco;
}

pre {
	margin:5px;
}

a:link {
	color:#000099;
}

a:visited {
	color:#663366;
}

a:hover {
	color:#007FFF;
}

.note {
	font-size: 9pt;
	background: lightblue;
}

p.bragging {
	color: red;
	font-size: 9pt;
}

p.mememe
{
	color: black;
	font-size: 10pt;
	font-style: bolder;
	margin-left: 10px;
	border-color: #6FF;
}

td.mememe, table.mememe
{
	background: lightblue;
	border-color: black;
	border-width: thick;
	border-style: dashed;
}

.spamwarning {
	background-color: yellow;
	font-size: smaller;
}

