﻿body
{
	font-size: 0.8em;
	font-family: sans-serif;
	text-align: center;
}
table
{
	font-size: 1em;
}
span.Georgia
{
	font-family: Georgia, serif;
}
span.Pristina
{
	font-family: Pristina, serif;
	font-size: 1.1em;
}
#container
{
	position: relative;
	width: 780px;
	margin: auto auto;
	text-align: left;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}


a { color: blue; text-decoration: none; }
a:hover { color: #dc4411; }
a.new:active {test:expression(target="new");}

#note_title
{
	font-weight: bold;
	font-size: 1.2em;
}
#note_author
{
	position: relative;
	top: 0em;
	left: 2em;
	color: #666666;
}

#note_content
{
	text-indent: 2em;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: #bbffaa 1px solid;
}