<!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"> </span>

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

    <div id="ygrp-text" >
      
      
      <p><div style="color:#000;background-color:#fff;font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px;"><div id="yui_3_16_0_ym19_1_1501092373477_6257"><span id="yui_3_16_0_ym19_1_1501092373477_6504">flkmrz</span></div><div id="yui_3_16_0_ym19_1_1501092373477_6303"><span>    Just wanted to thank you big time on getting updated instructions out on how to do this. I've got the thing running, barely, and <br></span></div><div dir="ltr"><span>have tried it on several old laptops. I currently have it on a gateway quad core system but haven't gotten any audio out of it yet. I <br></span></div><div dir="ltr"><span>installed Gqrx also, and that works. I use a hackrf one and because of this the installation only deviated minimally. How does one</span></div><div dir="ltr"><span>go about generating a grc file from this so you could tap into feeds to see if it's behaving correctly? Thanks again and will hopefully</span></div><div dir="ltr"><span>be contributing once I get a working op25 going. </span></div><div id="yui_3_16_0_ym19_1_1501092373477_6255" class="qtdSeparateBR"><br><br></div><div id="yui_3_16_0_ym19_1_1501092373477_6252" class="yahoo_quoted">  <div id="yui_3_16_0_ym19_1_1501092373477_6251" style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size: 13px;"> <div id="yui_3_16_0_ym19_1_1501092373477_6250" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size: 16px;"> <div id="yui_3_16_0_ym19_1_1501092373477_6249" dir="ltr"> <font id="yui_3_16_0_ym19_1_1501092373477_6254" size="2" face="Arial"> <hr id="yui_3_16_0_ym19_1_1501092373477_6253" size="1"> <b><span style="font-weight:bold;">From:</span></b> "flkmrz@gmail.com [op25-dev]" <op25-dev@yahoogroups.com><br> <b><span style="font-weight: bold;">To:</span></b> op25-dev@yahoogroups.com <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, June 27, 2017 7:58 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [op25-dev] OP25 for noobs by a noob (long)<br> </font> </div> <div id="yui_3_16_0_ym19_1_1501092373477_6270" class="y_msg_container"><br><div id="yiv6860275308"><div id="yui_3_16_0_ym19_1_1501092373477_6273">
<span> </span>


<div id="yiv6860275308ygrp-mlmsg">
  <div id="yiv6860275308ygrp-msg">


    <div id="yiv6860275308ygrp-text">
      
      
      <div></div><div id="yui_3_16_0_ym19_1_1501092373477_6272"><span id="yui_3_16_0_ym19_1_1501092373477_6271">Trying to get op25 running was pretty much an exercise in frustration and annoyance. I've been doing computers for quite a few years, but I'm not a linux power user.  After quite a bit of trial and error, wading through multiple forum posts, and doing more trial and error, I came up with a (hopefully) complete set of step by step instructions for getting op25 up and running. These instructions assume that you have just done a clean install of ubuntu 14.04 32bit linux.  I ran into multiple problems with the 64 bit version.  While I'm sure that they could be overcome, it seems the 32 bit version is easier.  <br clear="none"><br clear="none">There are also probably other easier and/or faster ways of doing some of this stuff. Some of the stuff may be redundant.  The bottom line is this is what worked for me. Your mileage may vary.  Batteries not included.<br clear="none"><br clear="none">So, without further ado....<br clear="none"><br clear="none">Make sure you have a working internet connection.<br clear="none"><br clear="none">Click on the settings icon on the left.  When the system settings window opens, click on "software and updates".<br clear="none"><br clear="none">The first tab (ubuntu software) should have everything checked.<br clear="none"><br clear="none">Click on the second tab (other software).<br clear="none"><br clear="none">The first two options should be unchecked.  Check them.  You may be asked for your password to authenticate after checking the first one.  Give it, then check on the second one.<br clear="none"><br clear="none">Click close on the lower right.<br clear="none"><br clear="none">You'll be told that the software needs to be updated.  Let it.<br clear="none"><br clear="none">x out of the system settings window.<br clear="none"><br clear="none">Open a terminal window by typing <CTRL><ALT>t<br clear="none"><br clear="none">type in the following sequence of commands, pressing the enter key after each line.  Anything in parentheses is a comment.<br clear="none"><br clear="none">sudo apt-get update<br clear="none">sudo apt-get update<br clear="none">sudo apt-get install aptitude<br clear="none">sudo apt-get install aptitude<br clear="none">sudo aptitude update<br clear="none"><br clear="none">(Yes, some of the commands are issued twice.  I found that it makes it work. ) <br clear="none"><br clear="none">sudo apt-get update<br clear="none">sudo apt-get build-dep gnuradio<br clear="none"><br clear="none">(hum the theme from Final Jeopardy.  Make a sandwich. Get some chips to go with the sandwich. Get a cold drink to go with the sandwich and chips.  Eat the sandwich and chips, and drink the cold drink.  Quietly hum In A Gadda Da Vida.  The long version. You're going to be here a while.)<br clear="none"><br clear="none">sudo apt-get install gnuradio gnuradio-dev gr-osmosdr librtlsdr-dev libuhd-dev  libhackrf-dev libitpp-dev libpcap-dev git<br clear="none"><br clear="none">(go refill the cold drink and get some cookies for dessert.  Eat the cookies slowly, and drink your cold drink.)<br clear="none"><br clear="none">cd ~<br clear="none">sudo git clone git://op25.osmocom.org/op25.git<br clear="none">cd op25<br clear="none">sudo mkdir build<br clear="none">cd build<br clear="none">sudo cmake ../<br clear="none">sudo make<br clear="none">sudo make install<br clear="none">sudo ldconfig<br clear="none"><br clear="none">Now, we're going to blacklist the standard rtlsdr driver. To do this, use the following series of commands:<br clear="none"><br clear="none">cd /etc<br clear="none">cd modprobe.d<br clear="none">sudo gedit blacklist.conf<br clear="none"><br clear="none">Go to the end of the file, hit enter to add a blank line (for readability) and type in the following two lines:<br clear="none"><br clear="none"># this line prevents the standard dvb driver from loading<br clear="none">blacklist dvb_usb_rtl28xxu<br clear="none"><br clear="none">At this point, you should have gnuradio and op25 installed. The next thing to do is to edit the files invoking op25 so you can listen to your system of interest.<br clear="none"><br clear="none">use the following sequence of commands to create a shell file to invoke op25 on your system of interest:<br clear="none"><br clear="none">cd ~<br clear="none">sudo gedit op25<br clear="none"><br clear="none">Now, type in the following lines.  We're going to assume that you want to listen to a P25 Phase II system.<br clear="none"><br clear="none">#!/bin/bash<br clear="none">cd ~/op25/op25/gr-op25_repeater/apps<br clear="none">python scope.py --args 'rtl' -g 65 -f 851.200e6 -N 'LNA:49' -2 -V -v 0 -S 1000000 -q 2 -T trunk.tsv<br clear="none">cd ~<br clear="none"><br clear="none">Save the file, and x out of gedit.<br clear="none"><br clear="none">An explanation of each of the command line arguments is available in the documentation.  For now, we'll point out that the number following -f is the frequency of the control channel of interest, and the number following -q is the correction factor in ppm for the sdr stick that you're using.  <br clear="none"><br clear="none">Next, we have to edit the trunking control files.  Do the following series of commands:<br clear="none"><br clear="none">cd ~/op25/op25/gr-op25_repeater/apps<br clear="none">sudo gedit trunk.tsv<br clear="none"><br clear="none">The default file that comes with the install lists a number of systems.  Delete everything after the double quotes around "Center Frequency".  Hit enter to get to the beginning of a new line.  Type in the following line:<br clear="none"><br clear="none">"Kokomo"<tab>"851.200"<tab>"0"<tab>"0x734"<tab>"CQPSK"<tab>"trunkk.tsv"<br clear="none"><br clear="none">where <tab> is the tab key.  Do not insert any spaces -- use tab only.<br clear="none"><br clear="none">By way of explanation, the first is the name of the system. Then comes the frequency of the control channel.  You could insert several control channel frequencies separated by commas between the quotes, but I've found that this gives less than optimal performance. The remaining fields are offset, then the system ID (which you can find on RadioReference.com), the modulation type, and a file listing talkgroups.  Substitute the appropriate data for your system.  There is also a provision for whitelisting and blacklisting particular talkgroups, which I won't cover here.<br clear="none"><br clear="none">*** Make sure that there is absolutely nothing after the final quotes.  Any spaces will make the program crash. ***<br clear="none"><br clear="none">At this point, save the file, and x out of gedit.<br clear="none"><br clear="none">Almost there.....<br clear="none"><br clear="none">Finally, we need to create a listing of talkgroups and names.  This is actually optional, but it's much better listening when you can see what talkgroup is active, rather than just a number.<br clear="none"><br clear="none">While there are several ways of getting a talkgroup listing into a file, I'm only going to cover manually entering talkgroups.  Talkgroups are in a tab delimited file, without quotes around the talkgroup numbers and tag names.  For the example file, I'm only going to put in a couple of talkgroups -- just enough that the idea is obvious.<br clear="none"><br clear="none">If you've been following, you should still be in the ~/op25/op25/gr-op25_repeater/apps directory.<br clear="none"><br clear="none">Perform the following series of commands:<br clear="none"><br clear="none">sudo gedit trunkk.tsv<br clear="none"><br clear="none">Then, enter the following lines.  Press the <tab> key between the talkgroup number and talkgroup name, and press enter after the talkgroup name.<br clear="none"><br clear="none">10008    County All-Talk<br clear="none">10022    EMS Dispatch<br clear="none"><br clear="none">After you've entered your desired talkgroups, save the file, and x out of gedit.<br clear="none"><br clear="none">Go back to your home directory by typing:<br clear="none"><br clear="none">cd ~<br clear="none"><br clear="none">To start op25, type the following<br clear="none"><br clear="none">bash op25<br clear="none"><br clear="none">The operation of the program has been documented elsewhere, and it's mostly self-explanatory.<br clear="none"><br clear="none">A couple of hints:  If you're getting choppy audio, turn off the displays for the tabs from spectrum through symbols.  A Celeron 530 at 1.73 GHz would barely handle the audio with the displays turned off.<br clear="none"><br clear="none">If you get a NAC error when trying to start the program, check for trailing spaces in your trunk.tsv file.  *Any* spaces at the end will crash the program.<br clear="none"><br clear="none"><br clear="none">Hopefully, this will make it easier for people to get op25 up and running.  Enjoy!<br class="yiv6860275308yui-cursor" clear="none"></span></div><div><span><br class="yiv6860275308yui-cursor" clear="none"></span></div>

    </div>
     

    
    <div style="color:#fff;min-height:0;"></div></div>


</div></div><br><br></div> </div> </div>  </div></div></div></p>

    </div>
     

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

          
  
 

    
    <div style="clear:both"> </div>

    <div id="fromDMARC" style="margin-top: 10px;">
        <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
        Posted by: Dick Wad <bwmzzzx@yahoo.com>        <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
     </div>
    <div style="clear:both"> </div>

    <table cellspacing=4px style="margin-top: 10px; margin-bottom: 10px; color: #2D50FD;">
      <tbody>
        <tr>
          <td style="font-size: 12px; font-family: arial; font-weight: bold; padding: 7px 5px 5px;"  >
                          <a style="text-decoration: none; color: #2D50FD" href="https://groups.yahoo.com/neo/groups/op25-dev/conversations/messages/1816;_ylc=X3oDMTJxMWJoNTAwBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAMxODE2BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTUwMTA5Mjk5OA--?act=reply&messageNum=1816">Reply via web post</a>
                      </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
            <a href="mailto:bwmzzzx@yahoo.com?subject=Re%3A%20%5Bop25-dev%5D%20OP25%20for%20noobs%20by%20a%20noob%20%28long%29" style="text-decoration: none; color: #2D50FD;">
               Reply to sender            </a>
          </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;">
            <a href="mailto:op25-dev@yahoogroups.com?subject=Re%3A%20%5Bop25-dev%5D%20OP25%20for%20noobs%20by%20a%20noob%20%28long%29" style="text-decoration: none; color: #2D50FD">
              Reply to group            </a>
          </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
            <a href="https://groups.yahoo.com/neo/groups/op25-dev/conversations/newtopic;_ylc=X3oDMTJmZ3Vkcjg0BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzE1MDEwOTI5OTg-" style="text-decoration: none; color: #2D50FD">Start a New Topic</a>
          </td>
          <td>•</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;color: #2D50FD;" >
                            <a href="https://groups.yahoo.com/neo/groups/op25-dev/conversations/topics/1761;_ylc=X3oDMTM1NzMwOGZwBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAMxODE2BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTUwMTA5Mjk5OAR0cGNJZAMxNzYx" style="text-decoration: none; color: #2D50FD;">Messages in this topic</a>
                (16)
                      </td>
        </tr>
      </tbody>
    </table>

        
<div id="megaphoneModule">
            <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
        <div>
             <div class="stream" style="margin-bottom:10px;">
        <div style="background-color:white;">
            <div class="sn-img" style="display:inline;"><img name="tn_file" style="padding:0px 10px;vertical-align:top;margin-top:5px;" src="https://s.yimg.com/ru/static/images/yg/img/megaphone/1464031581_phpFA8bON" height="82" width="82"></div>
            <div class="mod-txt" style="display:inline-block;">
                <a rel="nofollow" name="sub_url" target="_blank" href="https://yho.com/1wwmgg" style="color:#0000FF;display:block;margin-left:5px;text-decoration:none;"><span style="font-size:15px;">Have you tried the highest rated email app?</span></a>
                <div style="max-width:530px;padding:2px 5px;">With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.</div>
            </div>
        </div>
    </div>        </div>  
     
    <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
</div>

<!------- Start Nav Bar ------>
<!-- |**|begin egp html banner|**| -->
<!-- |**|end egp html banner|**| -->




 

<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #f2f2f2; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

    <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; "><a href="https://groups.yahoo.com/neo/groups/op25-dev/info;_ylc=X3oDMTJmdGR0cmVwBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzE1MDEwOTI5OTg-" style="text-decoration: none;">Visit Your Group</a></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="https://groups.yahoo.com/neo/groups/op25-dev/members/all;_ylc=X3oDMTJncW5tNXY2BF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxNTAxMDkyOTk4" style="text-decoration: none;">New Members</a></span>
      <span class="ct" style="color: #ff7900;">5</span>
    </li>
                                              </ul>
  </div>


<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJlMm1uY280BF9TAzk3NDc2NTkwBGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTUwMTA5Mjk5OA--" style="float: left;"><img src="http://l.yimg.com/ru/static/images/yg/img/email/new_logo/logo-groups-137x15.png" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;"> • <a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html" style="text-decoration: none;">Privacy</a> • <a href="mailto:op25-dev-unsubscribe@yahoogroups.com?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> • <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" style="text-decoration: none;">Terms of Use</a> </div>
</div>
<br>

<!-- |**|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=22084582/grpspId=1705644089/msgId=1816/stime=1501092998" width="1" height="1"> <br>

<img src="http://y.analytics.yahoo.com/fpc.pl?ywarid=515FB27823A7407E&a=10001310322279&js=no&resp=img&cf12=CP" width="1" height="1"> 

<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;
}

  #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-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 -->