AW: Howto read a line from a file and the delete that line from file in one step?

Lüth, Carsten <[email protected]> Mon, 25 Feb 2008 08:06:13 +0100
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
--Hs1jqBlhfCw5jeFpvVdW02HJj9THB5JLe-uj8hd
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

thx to Stefan 4 this perfect solution!

________________________________

Von: [email protected] [mailto:[email protected]] Im Auft=
rag von Stefan Lubitz
Gesendet: Freitag, 22. Februar 2008 15:43
An: [email protected]
Betreff: AW: [AutoIt] Howto read a line from a file and the delete that lin=
e from file in one step?



Try this:

;open the file
#include <File.au3>
$file1 =3D "c:\test.txt"
$file2 =3D FileOpen($file1, 0)

;read line 1
$line =3D FileReadLine($file2)

;overwrite line 1 (the filehandle $file2 is not working! You have to use a
different variable. In thi case $file1)
FileWriteToLine($file1, 1, "", 1)
If @error Then
MsgBox(4096,"Error", @error)
EndIf=B4

sleep (1000)
FileClose($file2)

Rgs,
Stefan

_____=20

Von: [email protected] <mailto:AutoItList%40yahoogroups.com>  [mai=
lto:[email protected] <mailto:AutoItList%40yahoogroups.com> ] Im
Auftrag von L=FCth, Carsten
Gesendet: Freitag, 22. Februar 2008 13:32
An: [email protected] <mailto:AutoItList%40yahoogroups.com>=20
Betreff: [AutoIt] Howto read a line from a file and the delete that line
from file in one step?

Hello autoit friends,

Howto read a line from a file and the delete that line from file in one
step?
Any ideas?

;~~~~~~~~~~~~~~~~~~~~~~~~~~~
$file =3D FileOpen("test.txt", 1)
$line =3D FileReadLine($file)
ToolTip($line, 0, 500)
sleep(1000)
FileWriteLine($file, "")
;~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Script don't work!

Has anybody a working script-example?

Mit freundlichem Gru=DF / With kind regards=20

Fielmann AG=20

Carsten L=FCth
IT - Desktop Services
Weidestra=DFe 118a
22083 Hamburg
Telefon: +49 - (0) 40 - 2 70 76 - 199
mailto:c.lueth@fielmann. <mailto:c.lueth%40fielmann.com> com=20

__________________________________________

Fielmann Aktiengesellschaft - Sitz der Gesellschaft: Hamburg -
HRB 56098 - Aufsichtsratsvorsitzender: Prof. Dr. Mark K. Binz -
Vorstand: G=FCnther Fielmann (Vors.), G=FCnter Schmid,=20
Georg Alexander Zeiss, Dr. Stefan Thies

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]



=20
__________________________________________

Fielmann Aktiengesellschaft - Sitz der Gesellschaft: Hamburg -
HRB 56098 - Aufsichtsratsvorsitzender: Prof. Dr. Mark K. Binz -
Vorstand: G=FCnther Fielmann (Vors.), G=FCnter Schmid,=20
Georg Alexander Zeiss, Dr. Stefan Thies


[Non-text portions of this message have been removed]


--Hs1jqBlhfCw5jeFpvVdW02HJj9THB5JLe-uj8hd
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


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




<body style=3D"background-color: #ffffff;">

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id=3D"ygrp-mlmsg" style=3D"width:655px; position:relative;">
  <div id=3D"ygrp-msg" style=3D"width: 490px; padding: 0 15px 0 0; float:le=
ft;  z-index:1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id=3D"ygrp-text">
            <p>thx to Stefan 4 this perfect solution!<br>
<br>
____________<wbr>_________<wbr>_________<wbr>__<br>
<br>
Von: <a href=3D"mailto:AutoItList%40yahoogroups.com">AutoItList@yahoogro<wb=
r>ups.com</a> [mailto:<a href=3D"mailto:AutoItList%40yahoogroups.com">AutoI=
tList@yahoogro<wbr>ups.com</a>] Im Auftrag von Stefan Lubitz<br>
Gesendet: Freitag, 22. Februar 2008 15:43<br>
An: <a href=3D"mailto:AutoItList%40yahoogroups.com">AutoItList@yahoogro<wbr=
>ups.com</a><br>
Betreff: AW: [AutoIt] Howto read a line from a file and the delete that lin=
e from file in one step?<br>
<br>
Try this:<br>
<br>
;open the file<br>
#include &lt;File.au3&gt;<br>
$file1 =3D &quot;c:\test.txt&quot;<br>
$file2 =3D FileOpen($file1, 0)<br>
<br>
;read line 1<br>
$line =3D FileReadLine(<wbr>$file2)<br>
<br>
;overwrite line 1 (the filehandle $file2 is not working! You have to use a<=
br>
different variable. In thi case $file1)<br>
FileWriteToLine(<wbr>$file1, 1, &quot;&quot;, 1)<br>
If @error Then<br>
MsgBox(4096,<wbr>&quot;Error&quot;, @error)<br>
EndIf=B4<br>
<br>
sleep (1000)<br>
FileClose($file2)<br>
<br>
Rgs,<br>
Stefan<br>
<br>
_____ <br>
<br>
Von: <a href=3D"mailto:AutoItList%40yahoogroups.com">AutoItList@yahoogro<wb=
r>ups.com</a> &lt;mailto:AutoItList%<wbr>40yahoogroups.<wbr>com&gt;  [mailt=
o:<a href=3D"mailto:AutoItList%40yahoogroups.com">AutoItList@yahoogro<wbr>u=
ps.com</a> &lt;mailto:AutoItList%<wbr>40yahoogroups.<wbr>com&gt; ] Im<br>
Auftrag von L=FCth, Carsten<br>
Gesendet: Freitag, 22. Februar 2008 13:32<br>
An: <a href=3D"mailto:AutoItList%40yahoogroups.com">AutoItList@yahoogro<wbr=
>ups.com</a> &lt;mailto:AutoItList%<wbr>40yahoogroups.<wbr>com&gt; <br>
Betreff: [AutoIt] Howto read a line from a file and the delete that line<br=
>
from file in one step?<br>
<br>
Hello autoit friends,<br>
<br>
Howto read a line from a file and the delete that line from file in one<br>
step?<br>
Any ideas?<br>
<br>
;~~~~~~~~~~~<wbr>~~~~~~~~~<wbr>~~~~~~~<br>
$file =3D FileOpen(&quot;test.<wbr>txt&quot;, 1)<br>
$line =3D FileReadLine(<wbr>$file)<br>
ToolTip($line, 0, 500)<br>
sleep(1000)<br>
FileWriteLine(<wbr>$file, &quot;&quot;)<br>
;~~~~~~~~~~~<wbr>~~~~~~~~~<wbr>~~~~~~~<br>
; Script don't work!<br>
<br>
Has anybody a working script-example?<br>
<br>
Mit freundlichem Gru=DF / With kind regards <br>
<br>
Fielmann AG <br>
<br>
Carsten L=FCth<br>
IT - Desktop Services<br>
Weidestra=DFe 118a<br>
22083 Hamburg<br>
Telefon: &#43;49 - (0) 40 - 2 70 76 - 199<br>
mailto:c.lueth@<wbr>fielmann. &lt;mailto:c.lueth%<wbr>40fielmann.<wbr>com&g=
t; com <br>
<br>
____________<wbr>_________<wbr>_________<wbr>_________<wbr>___<br>
<br>
Fielmann Aktiengesellschaft - Sitz der Gesellschaft: Hamburg -<br>
HRB 56098 - Aufsichtsratsvorsit<wbr>zender: Prof. Dr. Mark K. Binz -<br>
Vorstand: G=FCnther Fielmann (Vors.), G=FCnter Schmid, <br>
Georg Alexander Zeiss, Dr. Stefan Thies<br>
<br>
[Non-text portions of this message have been removed]<br>
<br>
[Non-text portions of this message have been removed]<br>
<br>
____________<wbr>_________<wbr>_________<wbr>_________<wbr>___<br>
<br>
Fielmann Aktiengesellschaft - Sitz der Gesellschaft: Hamburg -<br>
HRB 56098 - Aufsichtsratsvorsit<wbr>zender: Prof. Dr. Mark K. Binz -<br>
Vorstand: G=FCnther Fielmann (Vors.), G=FCnter Schmid, <br>
Georg Alexander Zeiss, Dr. Stefan Thies<br>
<br>
[Non-text portions of this message have been removed]<br>
<br>
</p>
    </div>=20=20

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <span width=3D"1" style=3D"color: white;">__._,_.___</span>
    <!-- Start the section with Message In topic -->
    <div id=3D"ygrp-actbar">
              <span class=3D"left">
          <a href=3D"http://groups.yahoo.com/group/AutoItList/message/31574=
;_ylc=3DX3oDMTM2dWdpMTFkBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA=
1MTQ0NzA4BG1zZ0lkAzMxNTc3BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTIwMzkyMzc0NgR0cG=
NJZAMzMTU3NA--">
            Messages in this topic          </a> (<span class=3D"bld">2</sp=
an>)
        </span>
        <a href=3D"http://groups.yahoo.com/group/AutoItList/post;_ylc=3DX3o=
DMTJxdWlzMzQzBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1MTQ0NzA4BG=
1zZ0lkAzMxNTc3BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTIwMzkyMzc0Ng--?act=3Dreply&=
messageNum=3D31577">
          <span class=3D"bld">
            Reply          </span> (via web post)
        </a>  |=20
        <a href=3D"http://groups.yahoo.com/group/AutoItList/post;_ylc=3DX3o=
DMTJlMWU4NmhvBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1MTQ0NzA4BH=
NlYwNmdHIEc2xrA250cGMEc3RpbWUDMTIwMzkyMzc0Ng--" class=3D"bld">
          Start a new topic        </a>
          </div>=20
    <!-------     Start Nav Bar  ------>
    <!-- |**|begin egp html banner|**| -->
    <div id=3D"ygrp-vitnav">
                <a href=3D"http://groups.yahoo.com/group/AutoItList/message=
s;_ylc=3DX3oDMTJlOXZtYzdhBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNz=
A1MTQ0NzA4BHNlYwNmdHIEc2xrA21zZ3MEc3RpbWUDMTIwMzkyMzc0Ng--">Messages</a> =
=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/files;=
_ylc=3DX3oDMTJmbzk4bWIyBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1=
MTQ0NzA4BHNlYwNmdHIEc2xrA2ZpbGVzBHN0aW1lAzEyMDM5MjM3NDY-">Files</a>=20=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/photos=
;_ylc=3DX3oDMTJlbmVnZmc5BF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA=
1MTQ0NzA4BHNlYwNmdHIEc2xrA3Bob3QEc3RpbWUDMTIwMzkyMzc0Ng--">Photos</a>=20=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/links;=
_ylc=3DX3oDMTJmYzJtNzVnBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1=
MTQ0NzA4BHNlYwNmdHIEc2xrA2xpbmtzBHN0aW1lAzEyMDM5MjM3NDY-">Links</a>=20=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/databa=
se;_ylc=3DX3oDMTJjOWl0bWYzBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxN=
zA1MTQ0NzA4BHNlYwNmdHIEc2xrA2RiBHN0aW1lAzEyMDM5MjM3NDY-">Database</a>=20=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/polls;=
_ylc=3DX3oDMTJmcmEzZjFkBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1=
MTQ0NzA4BHNlYwNmdHIEc2xrA3BvbGxzBHN0aW1lAzEyMDM5MjM3NDY-">Polls</a>=20=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/member=
s;_ylc=3DX3oDMTJlb3NvZjhkBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNz=
A1MTQ0NzA4BHNlYwNmdHIEc2xrA21icnMEc3RpbWUDMTIwMzkyMzc0Ng--">Members</a> =
=20
            |    <a href=3D"http://groups.yahoo.com/group/AutoItList/calend=
ar;_ylc=3DX3oDMTJkNXFwbGFhBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxN=
zA1MTQ0NzA4BHNlYwNmdHIEc2xrA2NhbARzdGltZQMxMjAzOTIzNzQ2">Calendar</a>=20=20
    </div>=20=20
    <!-- |**|end egp html banner|**| -->

                <div id=3D"ygrp-grft">
              </div>
=20=20=20=20
    <!-- yahoo logo -->
    <!-- |**|begin egp html banner|**| -->
    <div id=3D"ygrp-ft">
      <a href=3D"http://groups.yahoo.com/;_ylc=3DX3oDMTJkcWszODQwBF9TAzk3Mz=
U5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA2dmcARzd=
GltZQMxMjAzOTIzNzQ2">
      <img src=3D"http://us.i1.yimg.com/us.yimg.com/i/yg/img/logo/ma_grp_16=
0.gif" height=3D"15" width=3D"106" border=3D"0" alt=3D"Yahoo! Groups"></a> =
<br>
      <a href=3D"http://groups.yahoo.com/group/AutoItList/join;_ylc=3DX3oDM=
TJmcjNyMzZxBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNl=
YwNmdHIEc2xrA3N0bmdzBHN0aW1lAzEyMDM5MjM3NDY-">Change settings via the Web</=
a> (Yahoo! ID required) <br>
      Change settings via email: <a href=3D"mailto:AutoItList-digest@yahoog=
roups.com?subject=3DEmail Delivery: Digest">Switch delivery to Daily Digest=
</a> | <a href =3D "mailto:[email protected]?subject=
=3DChange Delivery Format: Traditional">Switch format to Traditional</a> <b=
r>

      <a href=3D"http://groups.yahoo.com/group/AutoItList;_ylc=3DX3oDMTJkNT=
UwNDc4BF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmd=
HIEc2xrA2hwZgRzdGltZQMxMjAzOTIzNzQ2">
        Visit Your Group=20
      </a> |
      <a href=3D"http://docs.yahoo.com/info/terms/">
        Yahoo! Groups Terms of Use      </a> |
      <a href=3D"mailto:[email protected]?subject=3D">
        Unsubscribe      </a>=20
    </div>     <!-- |**|end egp html banner|**| -->
  </div> <!-- ygrp-msg -->

=20=20
  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id=3D"ygrp-sponsor" style=3D"width:140px;float: left; clear: none; m=
argin-left: 5px; background:white; margin-bottom:25px ;position:absolute; t=
op:0; right: 0;">
    <!-- Network content -->
=20=20=20=20
    <!-- Start vitality -->
    <div id=3D"ygrp-vital">
              <div id=3D"vithd">Recent Activity</div>
        <ul style=3D"list-style-type:none; padding: 0; margin: 2px 0;">
                <li style=3D"clear: both;">
      <div class=3D"ct" style=3D"float: right;"><span style=3D"display:none=
">&nbsp;</span>8</div>
      <div class=3D"cat"><a href=3D"http://groups.yahoo.com/group/AutoItLis=
t/members;_ylc=3DX3oDMTJmcGE5OHBpBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3=
BJZAMxNzA1MTQ0NzA4BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyMDM5MjM3NDY-">New Mem=
bers</a></div>
    </li>
=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20
        </ul>
            <a href=3D"http://groups.yahoo.com/group/AutoItList;_ylc=3DX3oD=
MTJlZXVjc2doBF9TAzk3MzU5NzE0BGdycElkAzMwMjM1NTAEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHN=
lYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTIwMzkyMzc0Ng--">
        Visit Your Group      </a>
    </div>=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    <!-- Network content -->
              <div id=3D"nc">
              <div class=3D"ad">
                      <div id=3D"hd1">How-To Zone</div>=20
<p><a href=3D"http://us.ard.yahoo.com/SIG=3D13o2a4qir/M=3D493064.12117566.1=
2537396.8674578/D=3Dgroups/S=3D1705144708:NC/Y=3DYAHOO/EXP=3D1203930947/L=
=3D/B=3DOVemGNFJq1w-/J=3D1203923747200069/A=3D5170405/R=3D0/SIG=3D11gfoiqic=
/*http://advision.webevents.yahoo.com/craftsman/">on Yahoo! Groups</a></p>=
=20
<p>Discuss home and</p>=20
<p>garden projects.</p>                  </div>
                    <div class=3D"ad">
                      <div id=3D"hd1">Y! Groups blog</div>=20
<p><a href=3D"http://us.ard.yahoo.com/SIG=3D13oe7locr/M=3D493064.12016258.1=
2582637.8674578/D=3Dgroups/S=3D1705144708:NC/Y=3DYAHOO/EXP=3D1203930947/L=
=3D/B=3DOlemGNFJq1w-/J=3D1203923747200069/A=3D5191955/R=3D0/SIG=3D112mhte3e=
/*http://www.ygroupsblog.com/blog/">the best source</a></p>=20
<p>for the latest</p>=20
<p>scoop on Groups.</p>                  </div>
                    <div class=3D"ad">
                      <div id=3D"hd1">Yahoo! Groups</div>=20
<p><a href=3D"http://us.ard.yahoo.com/SIG=3D13pd7b4dd/M=3D493064.12016300.1=
2445692.11323196/D=3Dgroups/S=3D1705144708:NC/Y=3DYAHOO/EXP=3D1203930947/L=
=3D/B=3DO1emGNFJq1w-/J=3D1203923747200069/A=3D5170418/R=3D0/SIG=3D11b5gu1oe=
/*http://new.groups.yahoo.com/specialKgroup">Special K Challenge</a></p>=20
Join others who</p>=20
<p>are losing pounds.</p>                  </div>
          </div>
=20=20=20=20
  </div>   <!-- |**|end egp html banner|**| -->
  <div style=3D"clear:both; color: #FFF; font-size:1px;">.</div>
</div>   <img src=3D"http://geo.yahoo.com/serv?s=3D97359714/grpId=3D3023550=
/grpspId=3D1705144708/msgId=3D31577/stime=3D1203923746/nc1=3D5170405/nc2=3D=
5191955/nc3=3D5170418" width=3D"1" height=3D"1"> <br>

<span  style=3D"color: white;">__,_._,___</span>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</body>
<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
<style type=3D"text/css">
<!--
#ygrp-mkp{
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 14px 0px;
  padding: 0px 14px;
}
#ygrp-mkp hr{
  border: 1px solid #d8d8d8;
}
#ygrp-mkp #hd{
  color: #628c2a;
  font-size: 85%;
  font-weight: bold;
  line-height: 122%;
  margin: 10px 0px;
}
#ygrp-mkp #ads{
  margin-bottom: 10px;
}
#ygrp-mkp .ad{
  padding: 0 0;
}
#ygrp-mkp .ad a{
  color: #0000ff;
  text-decoration: none;
}
-->
</style>
</head>
<head>
<style type=3D"text/css">
<!--
#ygrp-sponsor #ygrp-lc{
  font-family: Arial;
}
#ygrp-sponsor #ygrp-lc #hd{
  margin: 10px 0px;
  font-weight: bold;
  font-size: 78%;
  line-height: 122%;
}
#ygrp-sponsor #ygrp-lc .ad{
  margin-bottom: 10px;
  padding: 0 0;
}
-->
</style>
</head>
<head>
<style type=3D"text/css">
<!--
#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-se=
rif;}
#ygrp-mlmsg pre, code {font:115% monospace;*font-size:100%;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
    font-family: Georgia;=09
}
#ygrp-text p{
    margin: 0 0 1em 0;
}
#ygrp-tpmsgs{
    font-family: Arial;=09
    clear: both;
}
#ygrp-vitnav{
	padding-top: 10px;
	font-family: Verdana;
	font-size: 77%;
	margin: 0;
}
#ygrp-vitnav a{
	padding: 0 1px;
}
#ygrp-actbar{
	clear: both;
	margin: 25px 0;
	white-space:nowrap;
	color: #666;
	text-align: right;
}
#ygrp-actbar .left{
	float: left;
	white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
	font-family: Verdana;
	font-size: 77%;
	padding: 15px 0;
}
#ygrp-ft{
  font-family: verdana;
  font-size: 77%;
  border-top: 1px solid #666;=20
  padding: 5px 0;=20
}
#ygrp-mlmsg #logo{
  padding-bottom: 10px;
}

#ygrp-vital{
	background-color: #e0ecee;
	margin-bottom: 20px;
	padding: 2px 0 8px 8px;
}
#ygrp-vital #vithd{
	font-size: 77%;
	font-family: Verdana;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
#ygrp-vital ul{
	padding: 0;
	margin: 2px 0;
}
#ygrp-vital ul li{
  list-style-type: none;
  clear: both;
  border: 1px solid #e0ecee;=20=20
}
#ygrp-vital ul li .ct{
  font-weight: bold;
  color: #ff7900;
  float: right;
  width: 2em;
  text-align:right;
  padding-right: .5em;
}
#ygrp-vital ul li .cat{
  font-weight: bold;
}
#ygrp-vital a{
	text-decoration: none;
}

#ygrp-vital a:hover{
  text-decoration: underline;
}

#ygrp-sponsor #hd{
	color: #999;
	font-size: 77%;
}
#ygrp-sponsor #ov{
	padding: 6px 13px;
	background-color: #e0ecee;
	margin-bottom: 20px;
}
#ygrp-sponsor #ov ul{
	padding: 0 0 0 8px;
	margin: 0;
}
#ygrp-sponsor #ov li{
	list-style-type: square;
	padding: 6px 0;
	font-size: 77%;
}
#ygrp-sponsor #ov li a{
	text-decoration: none;
	font-size: 130%;
}
#ygrp-sponsor #nc{
  background-color: #eee;
  margin-bottom: 20px;
  padding: 0 8px;
}
#ygrp-sponsor .ad{
	padding: 8px 0;
}
#ygrp-sponsor .ad #hd1{
	font-family: Arial;
	font-weight: bold;
	color: #628c2a;
	font-size: 100%;
	line-height: 122%;
}
#ygrp-sponsor .ad a{
	text-decoration: none;
}
#ygrp-sponsor .ad a:hover{
	text-decoration: underline;
}
#ygrp-sponsor .ad p{
	margin: 0;
}
o{font-size: 0; }
.MsoNormal{
   margin: 0 0 0 0;
}
#ygrp-text tt{
  font-size: 120%;
}
blockquote{margin: 0 0 0 4px;}
.replbq{margin:4}
-->
</style>
</head>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</html><!--End group email -->


--Hs1jqBlhfCw5jeFpvVdW02HJj9THB5JLe-uj8hd--