body  {
	background : #EEEEEE;
	margin-top : 10px;
	margin-bottom : 0px;
	color : Black;
}

a {
	text-decoration: none;
}

body,p,ul,ol,li,div,input,table,tr,td,th,address,a,span,blockquote,b,br,i  {
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-size   : 12px;
}

hr {
	width : 100%;
	height : 1px;
	border-width : 0 0 0 0;
	color : Blue;
	margin : 0 0 0 0;
	background-color : Blue;
	background-image : url(http://www.calamus.net/images/line.gif);
}

h1,.h1  {
	font-family : Arial,Helvetica,Verdana,sans-serif;
	font-size   : 24px;
	font-weight : bold;
}

h2,.h2  {
	font-family : Arial,Helvetica,Verdana,sans-serif;
	font-size   : 20px;
	font-weight : bold;
}

h3,.h3  {
	font-family : Arial,Helvetica,Verdana,sans-serif;
	font-size   : 18px;
	font-weight : bold;
}

h4,.h4  {
	font-family : Arial,Helvetica,Verdana,sans-serif;
	font-size   : 16px;
	font-weight : bold;
}

b,.b {
	font-weight : bold;
}

black,.black {
	color : Black;
	background-color : transparent;
}

red,.red  {
	color : #C00000;
	background-color : transparent;
}

blue,.blue  {
	color : Blue;
	background-color : transparent;
}

green,.green  {
	color : Green;
	background-color : transparent;
}

lightgreen, .lightgreen {
	color : #DEFEDE;
	background-color : solid;
}

lightred, .lightred {
	color : #FFDDDD;
	background-color : solid;
}

gray,grey,.gray,.grey {
	color : Gray;
	background-color : transparent;
}

marker, .marker {
	color : Black;
	background-color : #FFFFCC;
}

.taste,.file {
	color : Blue;
	background-color: transparent;
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
}

.mini,.minigray,.minigrey,.minired,.minigreen,.hist {
	font-size : 10px;
	font-family : Arial,Helvetica,Verdana,sans-serif;
}

.minigray {
	color : Gray;
	background-color : transparent;
}

.minired {
	color : Red;
	background-color : transparent;
}

.minigreen {
	color : Green;
	background-color : transparent;
}

pre,tt,.mono  {
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
}
a:link, a:active, a:visited {
color: #4fa5d4;
text-decoration: none;
}
a:hover {
color: #b4af70;
text-decoration: underline;
}

