Re: State

"halfmeg" <[email protected]> Tue, 09 Nov 2010 12:19:38 -0000
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
--k3ewixuSyl0LwUva77PgHSRcIchCCIl-HcdwIe9
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

> Simon Williams wrote:

> I have finally got round to giving the Turnkey 3 Update Beta  a go
> and have achieved some success, particularly in that I now have a
> viable JES3 installation.  I fed back my experiences to Carlos and
> he has asked me to share them with the group.

> I was a standard Turnkey 3 system, built from the starter system
> using the sysgen instructions on the CD.

So as to be clear about your setup, you have 2 separate environments.  One =
that you built from starter system up and the other TK3UPD BETA?

>  The machine I am running on is a Toshiba i686 laptop with Nvidia
> graphics running Debian Squeeze (all packages up to date as of
> Saturday).  My Hercules is 3.07 as packaged for Debian.  I had added
> extra printers, readers, terminals, tapes drives and lots of DASD to
> the Turnkey 3 system and had the number of CPUs set to 2, but the
> sysgen was standard (as I have not yet managed to find instructions
> for rerunning the sysgen for an existing system).

Am not sure if the jobstreams for IOGEN or MINIGEN were ever posted.

>  Everything worked reasonably well, although I had not got startrek
> to work under TSO, it just told me it didn't exist!

Possible that JES3 parmlib entries don't have all that is needed yet.  JES3=
 is very new addition to TK3 so there may be many issues to be resolved. =
=20
=20
> Once I had loaded the updates (just unzip the downloaded archive
> into the directory containing conf, dasd, etc.),

Hmmm, not correct.  TK3UPD is a self contained environment.  Unzipping it i=
nto already populated directories may give unpredictable results.

It does not have the CBT or MVS source DASD, but every thing else should be=
 there.  See post:

http://tech.groups.yahoo.com/group/turnkey-mvs/message/6781

Don't have the README.TXT handy right now, but don't believe I mentioned ov=
erlaying anything already existing.

To regain use of CBT and MVS source DASD you can copy them into the DASD di=
rectory.  At least I believe I left the entries in the tk3upd.conf file.

> I IPL'd the emulator and (after some very scary messages during the
> initial JES2 startup and subsequent failure!) managed to do a cold
> start of JES2 and all looked reasonably good.

Sounds like normal initial JES2 start, thought that was mentioned in the Tu=
rnkey Cookbook but don't see it currently.

> One point I did note was that CMD1 abends S106 on every startup.

Under JES2 or JES3 ?  Either way possible side effect of mixing system buil=
t previously with TK3UPD.  If JES3 only, then possible parmlib or memory si=
ze issue.

> I then tried amending the config to include NUMCPU=3D2 and
> consistently had a problem with a processor spin being detected on
> the second CPU.  This happened occasionally with the original
> Turnkey 3 installation, but now happens consistently.  I have fallen
> back to a single CPU and that seems to be fine.

This has been a intermittent issue for a while which I would like to resolv=
e.  Did your initial build of TK3 from scratch add all the PTFs or did you =
build as Jay Moseley's build with minimum PTFs ?

Which Hercules versions have you used and did one in particular permit usin=
g 2 CPUs without many problems?

> When I originally tried to start JES3 (IPL and then r 00, sysp=3Dj3),
> I had a problem as it was complaining that it didn't have a console
> on device 0009 (it has been moved to 001F).

And it may have been moved back to 009.  I can't remember right now what th=
e issue was but a post mentioned 01F which is no longer correct if it was m=
oved back to 009.  Believe the address is in the JES3INISH deck.=20

>  It was also complaining about a missing printer at 030F and a
> missing console on 00C6.

30F is known issue, 0C6 is something which I don't recall at all.

>  I added these by duplicating the telnet definition on 001F for
> 0009, duplicating the printer on 030E (with a different file name)
> for 030F and adding a 3270 device on 00C6.  All terminals are=20
> connected before IPL, that is telnet x 2 for devices 0009 and 001F
> and X3270 x 6 for devices 0010, 0011, 00C0, 00C1, 00C2 and 00C6.
> Once I had done this, JES3 started with no problems.

> <WARNING> (and off-topic,

><snip>

> Once I had this up and running, I tried logging in to TSO, which
> worked, but I got a couple of abend messages during statup and my
> brief testing (the other half was nagging me to stop playing with my
> toys as we had important stuff to do!) showed that although TSO was
> functional, there are problems with it.
=20=20
> Startrek couldn't find a couple of files (although it didn't run at
> all in the original, so it was a step in the right direction), but
> more worryingly RPF would not run.

STARTREK has issues due to the load modules which were part of the CBT file=
 35, quick add of modules, are depending upon Fortran runtime libraries TK3=
 doesn't have.  We only have G & H.  The source for STARTREK on CBT is for =
a later version of Fortran.  The fix is minor in that a format statement ne=
eds to be added for input variables.  The fix is major in that it needs ove=
r 100 of these to be 'fixed'.

RPF and other things may be due to PARMLIB entries missing for JES3.

> For me at least, this is all a step in the right direction, I have a
> usable JES3.  I will continue to look at it and see if I can sort
> out any of the problems, but if anyone has any ideas I would be
> grateful.

Please post your experiences and suggestions.  TK3UPD is still considered A=
LPHA, BETA or FINAL depending upon what an individual's usage may be.  When=
 I get through playing with SORT and court issues, my intention is to retur=
n to it for a final distribution.

After that TK4 proper will start with a new base install as there is a prob=
lem with some PTFs in TK3.=20

> One small point I feel I need to make is that I have seen in a
> number of places people claiming that '*' and '8' are
> interchangeable as command prefixes in JES3.  They are NOT. it is
> just that the difference doesn't matter in a single main jesplex.
> '*' prefixes a global command, to be sent to all mains in the
> jesplex and '8' prefixes a local command that is processed by the
> local main only.  Not wishing to be pedantic, but I am hoping one
> day to get into the position where this DOES matter to me and
> hopefully others as well!

That would probably be me.  Due to my experience with JES3.  We had 2 JES3 =
images running in the shop.  Both were Global IIRC.  We later moved to JES2=
 on both.=20=20=20=20

> Lastly, could anyone tell me where I can find the system definitions
> used in the sysgen for the Turnkey 3 update.  As detailed above, I
> have a number of non-standard devices defined to my old Turnkey
> system and need to find sensible device addresses for them on the
> updated system.  Without the sysgen details, I don't know what
> device addresses have been defined as what devices.

In the files section:

TK3CFG3.txt - TK3 Update Configuration - BETA

Phil


--k3ewixuSyl0LwUva77PgHSRcIchCCIl-HcdwIe9
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>







<body style="background-color: #fff;">
<span style="display:none">&nbsp;</span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="position:relative;">
  <div id="ygrp-msg" style="z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text" >
      
      
      <p>&gt; Simon Williams wrote:<br>
<br>
&gt; I have finally got round to giving the Turnkey 3 Update Beta  a go<br>
&gt; and have achieved some success, particularly in that I now have a<br>
&gt; viable JES3 installation.  I fed back my experiences to Carlos and<br>
&gt; he has asked me to share them with the group.<br>
<br>
&gt; I was a standard Turnkey 3 system, built from the starter system<br>
&gt; using the sysgen instructions on the CD.<br>
<br>
So as to be clear about your setup, you have 2 separate environments.  One that you built from starter system up and the other TK3UPD BETA?<br>
<br>
&gt;  The machine I am running on is a Toshiba i686 laptop with Nvidia<br>
&gt; graphics running Debian Squeeze (all packages up to date as of<br>
&gt; Saturday).  My Hercules is 3.07 as packaged for Debian.  I had added<br>
&gt; extra printers, readers, terminals, tapes drives and lots of DASD to<br>
&gt; the Turnkey 3 system and had the number of CPUs set to 2, but the<br>
&gt; sysgen was standard (as I have not yet managed to find instructions<br>
&gt; for rerunning the sysgen for an existing system).<br>
<br>
Am not sure if the jobstreams for IOGEN or MINIGEN were ever posted.<br>
<br>
&gt;  Everything worked reasonably well, although I had not got startrek<br>
&gt; to work under TSO, it just told me it didn't exist!<br>
<br>
Possible that JES3 parmlib entries don't have all that is needed yet.  JES3 is very new addition to TK3 so there may be many issues to be resolved.  <br>
 <br>
&gt; Once I had loaded the updates (just unzip the downloaded archive<br>
&gt; into the directory containing conf, dasd, etc.),<br>
<br>
Hmmm, not correct.  TK3UPD is a self contained environment.  Unzipping it into already populated directories may give unpredictable results.<br>
<br>
It does not have the CBT or MVS source DASD, but every thing else should be there.  See post:<br>
<br>
<a href="http://tech.groups.yahoo.com/group/turnkey-mvs/message/6781">http://tech.groups.yahoo.com/group/turnkey-mvs/message/6781</a><br>
<br>
Don't have the README.TXT handy right now, but don't believe I mentioned overlaying anything already existing.<br>
<br>
To regain use of CBT and MVS source DASD you can copy them into the DASD directory.  At least I believe I left the entries in the tk3upd.conf file.<br>
<br>
&gt; I IPL'd the emulator and (after some very scary messages during the<br>
&gt; initial JES2 startup and subsequent failure!) managed to do a cold<br>
&gt; start of JES2 and all looked reasonably good.<br>
<br>
Sounds like normal initial JES2 start, thought that was mentioned in the Turnkey Cookbook but don't see it currently.<br>
<br>
&gt; One point I did note was that CMD1 abends S106 on every startup.<br>
<br>
Under JES2 or JES3 ?  Either way possible side effect of mixing system built previously with TK3UPD.  If JES3 only, then possible parmlib or memory size issue.<br>
<br>
&gt; I then tried amending the config to include NUMCPU=2 and<br>
&gt; consistently had a problem with a processor spin being detected on<br>
&gt; the second CPU.  This happened occasionally with the original<br>
&gt; Turnkey 3 installation, but now happens consistently.  I have fallen<br>
&gt; back to a single CPU and that seems to be fine.<br>
<br>
This has been a intermittent issue for a while which I would like to resolve.  Did your initial build of TK3 from scratch add all the PTFs or did you build as Jay Moseley's build with minimum PTFs ?<br>
<br>
Which Hercules versions have you used and did one in particular permit using 2 CPUs without many problems?<br>
<br>
&gt; When I originally tried to start JES3 (IPL and then r 00, sysp=j3),<br>
&gt; I had a problem as it was complaining that it didn't have a console<br>
&gt; on device 0009 (it has been moved to 001F).<br>
<br>
And it may have been moved back to 009.  I can't remember right now what the issue was but a post mentioned 01F which is no longer correct if it was moved back to 009.  Believe the address is in the JES3INISH deck. <br>
<br>
&gt;  It was also complaining about a missing printer at 030F and a<br>
&gt; missing console on 00C6.<br>
<br>
30F is known issue, 0C6 is something which I don't recall at all.<br>
<br>
&gt;  I added these by duplicating the telnet definition on 001F for<br>
&gt; 0009, duplicating the printer on 030E (with a different file name)<br>
&gt; for 030F and adding a 3270 device on 00C6.  All terminals are <br>
&gt; connected before IPL, that is telnet x 2 for devices 0009 and 001F<br>
&gt; and X3270 x 6 for devices 0010, 0011, 00C0, 00C1, 00C2 and 00C6.<br>
&gt; Once I had done this, JES3 started with no problems.<br>
<br>
&gt; &lt;WARNING&gt; (and off-topic,<br>
<br>
&gt;&lt;snip&gt;<br>
<br>
&gt; Once I had this up and running, I tried logging in to TSO, which<br>
&gt; worked, but I got a couple of abend messages during statup and my<br>
&gt; brief testing (the other half was nagging me to stop playing with my<br>
&gt; toys as we had important stuff to do!) showed that although TSO was<br>
&gt; functional, there are problems with it.<br>
  <br>
&gt; Startrek couldn't find a couple of files (although it didn't run at<br>
&gt; all in the original, so it was a step in the right direction), but<br>
&gt; more worryingly RPF would not run.<br>
<br>
STARTREK has issues due to the load modules which were part of the CBT file 35, quick add of modules, are depending upon Fortran runtime libraries TK3 doesn't have.  We only have G &amp; H.  The source for STARTREK on CBT is for a later version of Fortran.  The fix is minor in that a format statement needs to be added for input variables.  The fix is major in that it needs over 100 of these to be 'fixed'.<br>
<br>
RPF and other things may be due to PARMLIB entries missing for JES3.<br>
<br>
&gt; For me at least, this is all a step in the right direction, I have a<br>
&gt; usable JES3.  I will continue to look at it and see if I can sort<br>
&gt; out any of the problems, but if anyone has any ideas I would be<br>
&gt; grateful.<br>
<br>
Please post your experiences and suggestions.  TK3UPD is still considered ALPHA, BETA or FINAL depending upon what an individual's usage may be.  When I get through playing with SORT and court issues, my intention is to return to it for a final distribution.<br>
<br>
After that TK4 proper will start with a new base install as there is a problem with some PTFs in TK3. <br>
<br>
&gt; One small point I feel I need to make is that I have seen in a<br>
&gt; number of places people claiming that '*' and '8' are<br>
&gt; interchangeable as command prefixes in JES3.  They are NOT. it is<br>
&gt; just that the difference doesn't matter in a single main jesplex.<br>
&gt; '*' prefixes a global command, to be sent to all mains in the<br>
&gt; jesplex and '8' prefixes a local command that is processed by the<br>
&gt; local main only.  Not wishing to be pedantic, but I am hoping one<br>
&gt; day to get into the position where this DOES matter to me and<br>
&gt; hopefully others as well!<br>
<br>
That would probably be me.  Due to my experience with JES3.  We had 2 JES3 images running in the shop.  Both were Global IIRC.  We later moved to JES2 on both.    <br>
<br>
&gt; Lastly, could anyone tell me where I can find the system definitions<br>
&gt; used in the sysgen for the Turnkey 3 update.  As detailed above, I<br>
&gt; have a number of non-standard devices defined to my old Turnkey<br>
&gt; system and need to find sensible device addresses for them on the<br>
&gt; updated system.  Without the sysgen details, I don't know what<br>
&gt; device addresses have been defined as what devices.<br>
<br>
In the files section:<br>
<br>
TK3CFG3.txt - TK3 Update Configuration - BETA<br>
<br>
Phil<br>
<br>
</p>

    </div>
     

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style="color: #fff; height: 0;">__._,_.___</div>

        
  
   
    <div id="ygrp-actbar" style="clear: both; margin-bottom: 10px; white-space: nowrap; color: #666; padding-top: 15px;">
      <div>
        <a href="mailto:[email protected]?subject=Re: State" style="margin-right: 0; padding-right: 0;">
	  Reply to <span style="font-weight: 700;">sender</span></a> |
        <a href="mailto:[email protected]?subject=Re: State">
	  Reply to <span style="font-weight: 700;">group</span></a> |
        	  <a href="http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=X3oDMTJwa3U3dmdpBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BG1zZ0lkAzcxNzUEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjg5MzA1MTg5?act=reply&messageNum=7175">Reply <span style="font-weight: 700;">via web post</span></a> |
            	<a href="http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=X3oDMTJlYmFuY2RlBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTI4OTMwNTE4OQ--" style="font-weight: 700;">Start a New Topic</a>
      </div>

                <a href="http://groups.yahoo.com/group/turnkey-mvs/message/7174;_ylc=X3oDMTM0bDg1OWQzBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BG1zZ0lkAzcxNzUEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMjg5MzA1MTg5BHRwY0lkAzcxNzQ-">Messages in this topic</a>
          (<span style="font-weight: 700;">2</span>)
          </div> 
<!------- Start Nav Bar ------>

<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #e0ecee; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">
      <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; ">Recent Activity:</span>

    <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
            <li style="border-right: 1px solid #000; font-weight: 700; display: inline; padding: 0 5px; margin-left: 0;">
      <span class="cat"><a href="http://groups.yahoo.com/group/turnkey-mvs/members;_ylc=X3oDMTJmY2VjNXV2BF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyODkzMDUxODk-?o=6" style="text-decoration: none;">New Members</a></span>
      <span class="ct" style="color: #ff7900;">3</span>
    </li>
                                              </ul>
    
  <div style="clear: both; padding-top: 2px; color: #1e66ae;">
    <a href="http://groups.yahoo.com/group/turnkey-mvs;_ylc=X3oDMTJla2J1czc3BF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTI4OTMwNTE4OQ--" style="text-decoration: none;">Visit Your Group</a>
  </div>
</div>

  
<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="http://groups.yahoo.com/;_ylc=X3oDMTJkdXNoYWdhBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMjg5MzA1MTg5" style="float: left;"><img src="http://l.yimg.com/a/i/us/yg/logo/us.gif" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;">Switch to: <a href="mailto:[email protected]?subject=Change Delivery Format: Traditional" style="text-decoration: none;">Text-Only</a>, <a href="mailto:[email protected]?subject=Email Delivery: Digest" class="margin-rt" style="text-decoration: none;">Daily Digest</a> &bull; <a href="mailto:[email protected]?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> &bull; <a href="http://docs.yahoo.com/info/terms/" style="text-decoration: none;">Terms of Use</a></div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id="ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src="http://geo.yahoo.com/serv?s=97359714/grpId=8161162/grpspId=1705006559/msgId=7175/stime=1289305189/nc1=1/nc2=2/nc3=3" width="1" height="1"> <br>

<div style="color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type="text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  a {
    color: #1e66ae;
  }

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
  
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }

  #ygrp-mlmsg a {
    color: #1E66AE;
  }

  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  } 

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important; 
  } 
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->


--k3ewixuSyl0LwUva77PgHSRcIchCCIl-HcdwIe9--