smaller{
	font-size: 14px;
}

small{
	font-size: 14px;
}

medium{
	font-size: 16px;
}

large{
	font-size: 18px;
}

body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #CCCCCC;
  font-weight: normal;
  background-color: #673F3D;

}
a:link {
  color: #FF9900;
}
a:visited {
  color: #DE6B03;
}
a:hover {
  color: #CC6699;
}
a:active {
  color: #CC6666;
}


/* comment script styles */

div#usernotes {
	background-color: transparent;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	margin-left: 2em; 
	margin-right: 2em; 
	border-bottom:1px dashed;
	padding: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
}