@import url(./w3chome.css); 
/* lborg.css
Stylesheet for laborbeat.org pages.  .20070123..24b..

70123a  This ./lborg.css began from: tdrg3.css.
70123z  Now ./lborg.css which starts by ATimport of ./default-html20.css. Lb\index.htm[l?] and lb/home.htm look okay.
70124b  H1, h2, h3 got text-align:center. All Tahoma to Arial.
70124m  Pasted w3c's home-import in here.  Could import, but then developer might not notice it.
70125   -adjust no such  remd.  ATimport use of ../3/ work or not?  punting...


tdrg3said:
Is this how to do remarks?
import?   i dont have non-netscape.css
This from base.css
Try just these into HEAD (maybe after 3/default-html20.css).  Then try just base.css. then try add and edit a tdrg2.css based on default-html20.css (add acomment it may cascade after default-html20.css) .Or perhaps this tdrg3.css.


syntax 2b ala  LINK href="../3/rg2.css" type=text/css rel=STYLESHEET

How does syntax differ for (STYLE  /STYLE in HEAD) vs (syntax in .css)?

Will probably make these changes
 H1? as font ala size=6, and centered, and a sans-serif group, and color:blue
        or as h1#title here?
 H1#title to exist?
 H2                  ?        ''              ''                ''
 H3  detail showtitles ala size 3 and blue sansserif        [will replace many tags]
 BODY  to include margin-left:44  margin-right:44   And keep BACKGROUND: white;


*/

/* IMPORT:
     IMPORT html 2.0 default styles as a start of cascade of styles
     lborg once considered  ...import url( non-netscape.css );  

In CSS1, all ' import' statements must occur at the start of a style sheet, before any declarations.

sb  Someday check that import is working,     locally and remote both ...........
      ATimport url(default-html20.css); 
*/

/* ================= bringing in wtnet.css paste =====
/*  wtnet.css  20070122b  */
/*  The main version of wtnet.css is to be that in the wtnet folder   */

/*   An early wt stylesheet had --   */

a {	
	color: #006600;	
	text-decoration: none;
}

a:hover {	
	text-decoration: underline
}

.navlink {
	font-size:                        1.2em;
	padding-right:8px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;	 
	border-bottom: 1px #009900;
	display:block;
}

	
.header{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	color: #FFFFF0;
	letter-spacing:0.14em;
} 

.greenhead {
	color: #028002;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:1em;
}

.subgreenhead {
	color: #028002;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}


.content { 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size:   0.8em;
	line-height: 1.5em;
}	

.footer { 
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
}



/*                                                   */
/*    These by RG for wt, but h1.sidebar are new     */
/*      h1 once had line-height: 150%;
                                             */
body {
 background-color: #FFFFFF;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:                     

                      75%;
 color: #003300;
 margin:           0.000em;
}
	
h1, h2, h3, h4, h5 {	
 text-align:left;
 font-style:italic;
 font-weight:bold;


 color:#000066;
 font-family:Verdana,Arial,Helvetica,sans-serif;
}
h1 {	
 line-height: 150%;
 margin:0.750em;
 font-size:4.000em;
}
h2 {	
 margin:0%;
 font-size:2.00em;
 text-align:           center;
 font-style:           normal
}
h3 {	
 margin:1.000em;
 font-size:2.50em;
}
h4 {	
 margin:0%;
 font-size:75.00%;
}
h5 {	
 margin:0%;
 font-size:0.500em;
}



/* *** td font- affect most all text!!!!!!!!!!!!!!!!
 -size of 1em is ok.  100% may be same thing?


 pre-jan23 may be more solid characters??????
*** */
td, th {	
 font-family:Verdana,Arial,Helvetica,sans-serif;

 line-height:               110%;
 color:black;

 /* **** td font-size affects most all text! 1em ok?  100% ok?  ***** */
 font-size:1.000em;

}

A:link { color: black }          /* unvisited link vs HTML 2.0 blue */
A:visited { color: gray }        /* visited links vs HTML 2.0 red */
A:active { color: green }        /* active links vs HTML 2.0 lime */

/* To study. Blue box after text br */
.shadowbox1 {background: white no-repeat center url(../3/blue.gif);}

/*    Maybe sidebar and main h1 need margins r l within the styles?
A tab seems to have been disabling color!

try: font-style:i            normal;
 margin:0.010em;
 font-weight:bold;

  */
.sidebar { text-align:left; color:#330000; font-size:90%; margin:1.000em}


/*  *** CAN REMOVE THESE from here when higher do same ***  */
H1, H2, H3 { color: blue }
H1, H2,       H3 { text-align: center }
H1 { text-align: center;  font-size: 24pt; margin-top: 1em; margin-bottom: 1em }
H2 { text-align: center;  font-size: 16pt; margin-top: 1em; margin-bottom: 1em }
H4, H5, H6, H7 {text-align: left}

H5, H6 { margin-top: 1em }
H5 { font-style: italic }

HR { color: black; height: 1pt; width: 90% }
A:link { color: #0000EE }          /* unvisited link */
A:visited { color: #551A8B }        /* visited links */
A:active { color: #FF0000 }        /* active links */
/* setting the anchor border around IMG elements requires contextual selectors */
A:link IMG { border: 2px #0000EE }          /* unvisited link */
A:visited IMG { border: 2px #551A8B }        /* visited links */
A:active IMG { border: 2px #FF0000 }        /* active links */

/*
tdrg3said:
Maybe will have Altered BODY for margin-left:44  margin-right:44   And keep BACKGROUND: white;
BODY {
	FONT-WEIGHT: normal; FONT-SIZE: 1em; BACKGROUND: white; WORD-SPACING: normal; TEXT-TRANSFORM: none; COLOR: black; FONT-FAMILY:Verdana,Syntax,sans-serif; LETTER-SPACING: normal
}



*/

BODY {
 FONT-WEIGHT: normal;

 /* *** body font-size:
  .75em seemed close to good
  Maybe sb on px as basis for most later font-size



  Default may be 13 px?
  13px seems like good ole lb site pages
  10pt seems fine for lb and may be good for body to establish the base font-size
  Many css examples happen to use "10pt"   12pt seems too large for busy pages
 *** */
 FONT-SIZE: 10pt;
 BACKGROUND: white;
 WORD-SPACING: normal; TEXT-TRANSFORM: none; COLOR: black; FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif,Syntax;
 LETTER-SPACING: normal
}




A:hover {
	BACKGROUND-COLOR: #eee
}
A:visited {
	COLOR: purple
}
PRE {
	FONT-FAMILY:monospace;
}
A:link IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
A:visited IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
A IMG {
	COLOR: #FFFFF0
}
UL.toc {
	LIST-STYLE-TYPE: none
}
OL LI {
	PADDING-RIGHT: 0.1em; PADDING-LEFT: 0.1em; PADDING-BOTTOM: 0.1em; PADDING-TOP: 0.1em; max-width: 75ex
}
DIV.issue {
	PADDING-RIGHT: 0.5em; PADDING-LEFT: 0.5em; PADDING-BOTTOM: 0.5em; BORDER-TOP-STYLE: none; MARGIN-RIGHT: 5%; PADDING-TOP: 0.5em; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.hideme {
	DISPLAY: none
}
LABEL {
	DISPLAY: inline
}
DT A {
	COLOR: black
}
H1 A {COLOR: black}
H2 A {
	COLOR: black
}
H3 A {
	COLOR: black
}
H1 IMG {VERTICAL-ALIGN: middle;}

/*
Sb try this H1#title or variation in place of my H3
*/
H1#title {
	PADDING-RIGHT: 0.25em; BORDER-TOP: black 1px solid; PADDING-LEFT: 0.25em; PADDING-BOTTOM: 0.25em; BORDER-LEFT: black 1px solid; PADDING-TOP: 0.25em; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #e0e0e0;
}
ADDRESS IMG {
	FLOAT: right
}
ADDRESS {
	CLEAR: both; PADDING-RIGHT: 1em; BORDER-TOP: black 1px solid; MARGIN-TOP: 3em; PADDING-LEFT: 1em; PADDING-BOTTOM: 0.5em; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #eee
}
P.navbar A {
	TEXT-DECORATION: none
}
P.navbar A:hover {
	BACKGROUND: #ccc; TEXT-DECORATION: underline
}
P.navbar {
	BORDER-RIGHT: #999 1px dashed; PADDING-RIGHT: 1ex; BORDER-TOP: #999 1px dashed; PADDING-LEFT: 1ex; PADDING-BOTTOM: 1ex; MARGIN: 0.1em; BORDER-LEFT: #999 1px dashed; WIDTH: 13ex; PADDING-TOP: 1ex; BORDER-BOTTOM: #999 1px dashed; BACKGROUND-COLOR: #eee; TEXT-DECORATION: none; max-width: 15em; min-width: 13ex
}
TABLE TH {VERTICAL-ALIGN: top}
DIV.stb {
	CLEAR: both
}
.intro {
	PADDING-RIGHT: 0.1ex; PADDING-LEFT: 0.1ex; PADDING-BOTTOM: 0.1ex; MARGIN: 0.1ex; PADDING-TOP: 0.1ex; max-width: 75ex
}
H1 {
	FONT-WEIGHT: 500; FONT-SIZE: 2em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY:Arial,Verdana,Syntax,sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none; /* No such: font-size-adjust: .53 */

        text-align:center;
}
H2 {
	FONT-WEIGHT: 500; FONT-SIZE: 1.75em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY:Arial,Verdana,Syntax,sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none; /* No such: font-size-adjust: .53 */

        text-align:center;
}
h3 {


 FONT-WEIGHT: 600;
 FONT-SIZE: 1.58em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal;  FONT-FAMILY:Verdana,Arial,sans-serif,Syntax; LETTER-SPACING: normal;  TEXT-DECORATION: none;

 /* No such: font-size-adjust: .53 */


        text-align:center;
 line-height:150%;
}
H4 {
	FONT-WEIGHT: 600; FONT-SIZE: 1.33em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY:Tahoma,Verdana,Syntax,sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none;  /* No such: font-size-adjust: .53 */
}
H5 {
	FONT-WEIGHT: 600; FONT-SIZE: 1.17em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY:Arial,Verdana,Syntax,sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none;  /* No such: font-size-adjust: .53 */

color: blue;       /* sb dodgerblue ? */

}
DT {
	FONT-WEIGHT: 600; FONT-SIZE: 1.17em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY:Arial,Verdana,Syntax,sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none;  /* No such: font-size-adjust: .53 */
}
H6 {
	FONT-WEIGHT: 700; FONT-SIZE: 1em; WORD-SPACING: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; FONT-FAMILY:Arial,Verdana,Syntax,sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none;  /* No such: font-size-adjust: .53 */
}

a img { color: #fffff0; }         /* hide the a img border in Netscape 4   sez w3chomecss */

@media all {                   /* hide from Netscape 4   sez w3chomecss */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}


@import url(w3chome-import.css); /* *** Work???  *** Work if ../3/w3chome-import.css???  */
/* ============ sb favor these lines from w3c home-import, deleting any redundant above


sb  Test where ATimport can occur. Mid document??

Warning   Is it an issue to try div or some of this in html401 instead of xml 1.0 utf-8? Strict//EN ?




 sb now retest the css validation .......

Will place changes below the import, acc to lb site ideas .......

w3c home ht

?xml version="1.0" encoding="utf-8"?
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"
head profile="http://www.w3.org/2000/08/w3c-synd/#"><meta http-equiv="Content-Type"      content="text/html; charset=utf-8" /
meta name="generator" content="HTML Tidy for Mac OS X (vers 1st March 2004), see           www.w3.org" /

h1 and h2 are in banner
h2.spot-head is in left navBlock
h3 starts the wide news column
h4 are NOT on w3c home page

div
 map 
  div banner
  /div
 /map
div

div navBlock
 div spot
  p
  /p
  div spot-image
  /div
 /div
/div

div     newsBlock
/div

div navBlock
/div

/div?==== any /div to finish n cols-across and start another row??


no body or p   ???    elsewhere or defaults?



 Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: home-import.css,v 2.32 2006/12/19 14:47:05 ijacobs Exp $ */

/* ******************  columns  *************** */

.navBlock {
   background: #eec;
   color: #000;
   float: left;   /* vs w3c home left */
   width: 26%;    /* vs w3c home 26% */
   border: none;
}

p.small + div.navBlock {
   border-top: 1px solid #000;
   border-left: 1px solid #000;
}

div.newsBlock + div.navBlock {
   border-top: 1px solid #000;
   border-right: 1px solid #000;
}

.newsBlock {
   background: #fff;
   color: #000;
   float: left;
   width: 46%;
   margin-bottom: 0;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
}

/* ******************  news  ************** */

h2.newsHeading {
   background: #005a9c;
   color: #fff;
   border: none;
   border-top: 1px solid #000;
   width: 100%;   /* vs w3c home 100% */
   font-weight: bold;
   font-size: medium;
   text-align: center;
   margin-top: 0;
   padding: 0.1em;
}

div.item h3 {
   font-size: 150%;
   margin-bottom: -0.3em;
}

div.item, .pastNews {
   clear: both;
   padding: 0 0.7em 0 1em;
}

.headline {
   background: #fff;
   color: #900;
   margin-top: 0.4em;
}

img.newsImage, img.newsImageNoBorder {
   float: left;
   margin-right: 0.5em;
   background: #fff;
   color: #000;
}

img.newsImage {
   border: 1px solid #000;
}

a:link img.newsImage, a:visited img.newsImage {
   border: 1px solid #000;
}

/*
div.item ul li {
   margin-left: 12px;
}
*/

/* ******************  banner  ************** */

div.banner {
   text-align: center;
   font-weight: bold;
   font-size: 120%;
}

div.banner a:link {
   background: #fff;
   color: #048;
}

div.banner a:visited {
   background: #fff;
   color: #636;
}

div.banner a:active {
   background: #ffc;
   color: #048;
   text-decoration: none;
}

div.banner a:hover {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

/* ******************  navigation bars  ************** */

.navBlock {
   padding-bottom: 0.5em;
   border-bottom: 1px solid #000;
}

.navBlock h2.navhead {
   background: #aa7;
   color: #fff;
   border: none;
   width: 100%;
   font-weight: bold;
   font-size: medium;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
}

.navBlock h2, .navBlock div, .navBlock p, .navBlock ul, .navBlock span.navText {
   background: #eec;
   color: #000;
}

.navBlock div, .navBlock p, .navBlock ul {
   margin-top: 0.2em;
}

.navBlock li {
   margin-left: 0;
   background: #eec;
   color: #aa7;
}

.navBlock p, .navBlock div {
   text-indent: 0.3em;
}

.navBlock p.navPara {
   font-size: small;
   margin: 0 0.2em 0.5em 0.75em;
   text-indent: 0;
}

.navBlock form {
   margin-top: 0;
   padding-left: 0.2em;
}

a.navlink img { color: #e0e0DC; }
@media all {
  a.navlink img {
   color: inherit;
   border: none;
   }
}

/* next three rules for acronyms in Mac IE 4.01 and 4.5 */

.navBlock a:link {
   background: #eec;
   color: #037;
}

.navBlock a:visited {
   background: #eec;
   color: #636;
}

.navBlock a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

/* next three rules for most browsers */

a.navlink:link {
   background: #eec;
   color: #037;
}

a.navlink:visited {
   background: #eec;
   color: #636;
}

a.navlink:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

/* ******************  testimonials  ************** */

div.hpmt, div.hpmt-name, p.hpmt-testimonial, div.hpmt-logo {
   background: #fff;
   color: #000;
}

div.hpmt a:link {
   background: #fff;
   color: #037;
}

div.hpmt a:visited {
   background: #fff;
   color: #636;
}

div.hpmt a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

div.hpmt {
   text-indent: 0;
   padding: 0.3em 0 0 0;
   margin: -6px 4px 0.5em 4px; 
   border: 1px solid #885;
}

div.hpmt-name {
   font-weight: bold;
}

div.hpmt-name, div.hpmt-logo {
   padding: 0.1em 0.5em 0.1em 0.75em;
   text-indent: 0;
}

p.hpmt-testimonial {
   text-indent: 0;
   margin: 0 0.3em 1em 0.75em;
   padding: 0;
}

p.hpmt-testimonial, .hpmt-more {
   font-family: "Times New Roman", Times, serif;
   font-size: x-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small;
}

/* ******************  highlight  ************** */

h2.spot-head {
   background: #4d8cba;
   color: #fff;
   border: none;
   width: 100%;   /* vs w3c home's  100% */
   font-weight: bold;
   font-size: medium;   /* vs w3c home's  both */
   text-indent: 0.5em;   /* vs w3c home's  .5em */
   margin-top: 0;
   padding: 0.1em 0;
}

h2.spot-subhead {
   clear: both;   /* vs w3c home's  both */
   margin: 0 6px;
   padding: 0.2em 0 0 0.2em;
   font-variant: small-caps;
   font-size: x-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small;
   font-weight: bold;
   border-bottom: 1px solid #778;
}

h2.spot-subhead, div.spot, p.spot-block, p.spot-more,
div.spot-image, ul.spot-block, ul.spot-block li {
   background: #fff;
   color: #000;
}

div.spot-image img {
   float: left;   /* vs w3c home left */
   border-left: 3px solid #fff;
   border-right: 6px solid #fff;
}

div.spot a:link {
   background: #fff;
   color: #037;
}

div.spot a:visited {
   background: #fff;
   color: #636;
}

div.spot a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

div.spot {
   padding: 0.2em 0.2em 0.4em 0.75em;
   margin: -6px 4px 0.5em 4px; 
   border: 1px solid #885;
}

p.spot-block {
   padding: 0;
   margin: 0;
}

.spot-block + .spot-block,
.spot-block + h2.spot-subhead {
   margin-top: 0.5em;
}

ul.spot-block {
   margin-bottom: 0;
}

div.spot, p.spot-block, ul.spot-block, ul.spot-block li, .spot-more {
   text-indent: 0;
   font-family: "Times New Roman", Times, serif;
   font-size: x-small;     /* Is font-size repetition here a w3c error? */
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small;
}

/* ******************  print  ************** */

@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; 
border-width: 1px; }
   a.navlink, a.bannerLink     { font-weight: normal }
}

/* ******************  speech  ************** */

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

/* ******************  ************************************  ************** */
/* ******************  lborg.css specifically forced styles  ************** */
/* ******************  ************************************  ************** */


div.banner {
    color: red;
    background: blue;     /* so text is white on blue */ 
    padding: 50px;
    border-width: 11px;
    border: green;
    margin: 100px; 
}  /* A block being      modified for catalog use 20070201..
content padding border margin
 */




h2.spot-subhead, div.spot, p.spot-block, p.spot-more,
div.spot-image, ul.spot-block, ul.spot-block li {
   background: #fff;
   color: pink;
} /* lborg changes when div of class spot is used */

div.rgprodtestBlock {
    color: white;
    background: blue;     /* so text is white on blue */ 
    padding: 50px;
    border-width: 11px;
    border: green;
    margin: 100px; 
}  /* A block being developed for catalog use 20070201..
content padding border margin
 */



div.rgprod1Block {
    color: red;
    background: blue;     /* so text is red on blue */ 
    padding: 50px;
    border-width: 11px;
    border: green;
    margin: 100px; 
}  /* A block being developed for catalog use 20070201..
content padding border margin
 */

div.zzzrgprod1Block {
    color: white;
    background: blue;     /* so text is white on blue */ 
    padding: 50px;
    border-width: 11px;
    border: green;
    margin: 100px; 
}  /* A block being developed for catalog use 20070201..
content padding border margin
 */



