/*****************************************************************************/
/* journal.css: cascade style sheet for American Journal 2001 part 1         */
/* Copyright (c) 2004 by Carol & Sid Paral. All rights reserved.             */
/* See http://www.hroch.net/journal/index.html                               */
/*****************************************************************************/

BODY 			{ background: white url(obrsky/d2k01_sidebar.jpg);
				  background-repeat: no-repeat;
				  background-attachment: fixed;
				  background-position: bottom left;
				  padding-left: 100px;
				  color: #2F42B5;
				  font-size: small;
				  font-family: Tahoma, Verdana, Arial, 
				               "Trebuchet MS", Helvetica, sans-serif }
A:link			{ color: darkblue; text-decoration: none }
A:visited		{ color: darkblue; text-decoration: none }
A:active		{ color: magenta; text-decoration: none }
A.intense		{ font-weight: bold }
P				{ text-align: left }
.clearall		{ clear: all }
.domain			{ text-align: left; font-size: x-small; font-style: italic }
.copyright		{ text-align: right; font-size: x-small; font-style: italic }
IMG.link		{ border-style: none; margin-top: 0px; margin-bottom: 0px }
IMG.title		{ border: none }
TR				{ vertical-align: top }
TD.bullet		{ width: 36px; text-align: center }
TD.entry		{ text-align: left }
TD.sep-thick	{ background-color: #2F42B5; height: 2px }
TD.sep-thin		{ background-color: #2F42B5; height: 1px }
DIV.entrytitle	{ font-size: medium; font-weight: bold }
DIV.entrybody	{ font-size: smaller; font-weight: normal }
