/* 
aqua, black, blue, fuchsia, gray, green, lime, maroon, 
navy, olive, purple, red, silver, teal, white, yellow

#FF6347	tomato
#D3D3D3	lightgrey
#A52A2A	brown

auto, crosshair, default, pointer, move, e-resize, ne-resize, nw-resize, 
n-resize, se-resize, sw-resize, s-resize, w-resize, text, wait, help
cursor : url("mything.cur")
hand
*/
body, td, p { 
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin-height:0px;
	margin-width:0px;
}

body {
	margin:0;
	font-size: 0.8em;
/*
	font-size: 80%;
	background: url(image/bkg001.gif);
	background-color: #D3D3D3;
*/
}

.body {
	margin:20px;
}

.content {
	text-align:justify;
	margin-right:200px;
}

.sidebar {
	float:right;
	text-align:justify;
	width:180px;
}

h1{
	font-size: 1.2em;
}

h2{
	font-size: 1.2em;
}

pre,code	{color: navy; font-family: Courier}
cite		{color: gray}

.alpha{
filter:alpha(opacity=30);
}

img {
	padding:0;
	margin:0;
}

a img {
	border:0;
}

div.tbt		{padding: 10px;}

a:link		{color:red; text-decoration:underline}
a:visited	{color:red; text-decoration:underline}
a:hover		{color:red; text-decoration:none}
a:active	{color:red; text-decoration:underline}
/*A.newin		{cursor: url(/newindow.cur), pointer;target:_blank} */


.fen {
	font-weight: bold;
	color: blue;
}
