/*BODY*/

body { 
	font-family: "arial", sans-serif ; 
	background: white; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 700px }

/*LINKS*/

A:link { 
	text-decoration: none; 
	color: #FF6600 }

A.comments:link {
	text-decoration: none;
	color: #FF6600 }

A:visited { 
	text-decoration: none; 
	color: #DB5800 }

/*DIVISIONS*/
/*order is top, right, bottom, left*/

DIV.title { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 700px;
	height: 230px }

DIV.entries { 
	position: absolute; top: 250px; left: 0px; width: 480px; 
	margin: 5px 15px 5px 0px; 
	padding: 20px 20px 20px 20px;
	border: solid black 2px;
	font-size: 8pt; 
	background: #A0CBFE } 

DIV.navi { 
	position: absolute; top: 250px; left: 540px; width: 110px; 
	margin: 5px 15px 5px 10px; 
	padding: 20px 20px 20px 20px; 
	border: solid black 2px;
	background: #A0CBFE; 
	font-family: "arial", sans-serif } 

DIV.container { 
	padding: 20px 20px 25px 20px; 
	background: #DEE9FE;
	border: solid black 2px }

DIV.sbcontainer {
	border-style: solid;
	border-color: black;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	background: #DEE9FE;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 15px 0px  } 

/*PARAGRAPHS*/

P.entries { 
	font-style: normal; 
	font-weight: normal; 
	text-align: justify}

P.about { 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	text-align: left; 
	float: right }

P.comments {
	font-size: 6pt;
	text-align: right}

/*HEADERS*/

/*Rsidebar*/

H1.navi {  
	font-size: 8pt;
	font-style: normal;
	font-variant: small-caps; 
	font-weight: bold; 
	line-height: 12px; 
	text-align: left;
	letter-spacing: 3px } 

H1.center { 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 12px; 
	text-align: center;
	border: none } 

H1.title {
	font-size: 8pt;
	font-style: normal;
	font-variant: small-caps; 
	font-weight: bold; 
	line-height: 12px; 
	text-align: center;
	letter-spacing: 1px } 	

H1.tiny {
	font-size: 6pt; 
	font-style: normal;  
	font-weight: normal; 
	line-height: 7px; 
	text-align: center }

H1.notes {
	font-size: 6pt; 
	font-style: normal;  
	font-weight: normal;  
	text-align: left }

/*Entries*/

/*title*/

H2 {  
	font-style: normal;
	font-size: 8pt; 
	font-weight: bold; 
	text-align: left;
	letter-spacing: 3px }

/*time*/
H4 {  
	font-style: italic;  
	font-size: 6pt; 
	font-weight: lighter; 
	text-align: left;
	line-height: 0px }


/*date*/

H3 { 
	font-variant: small-caps; 
	font-style: normal; 
	font-size: 8pt; 
	font-weight: normal; 
	text-align: right;
	letter-spacing: 3px;
	border-style: solid;
	border-color: black;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px }


/*Images*/

IMG {
	border: solid #000000 1px }

IMG.two {
	border: solid #000000 2px }

IMG.clearleft { 
	clear: left }

IMG.left { 
	float: left; 
	margin: 5px 20px 5px 0px }

/*Lists*/

UL.navi { 
	list-style-type: none }

/*Lines*/

HR.navi { 
	black }

HR.entry { 
	black } 