/* Peggy.css: CSS1 style sheet for Peggy Web page.
   Victoria Leonard, 2008.  */

BODY 
{
          font-family:        Trebuchet,Verdana,sans-serif;
          font-size: 					12pt;
          color:              rgb(132,40,40);
          background-color:   rgb(226,210,169);
}

DIV.intro
{
           position:					absolute; 
           left:							0px; 
           top:								0px; 
           width:							100%;          
}

DIV.info
{
           position:					absolute; 
           left:							0px; 
           top:								100px; 
           width:							640px; 
           padding: 					20px;
          background-color:   rgb(226,210,169);
}

DIV.screenshot
{
           position:					absolute; 
           left:							680px; 
           top:								302px; 
           width:							320px; 
}

DIV.itunes
{
           position:					absolute; 
           left:							680px; 
           top:								122px; 
           width:							320px; 
}

H4
{
          display:            block;
          font-family:        Trebuchet,Verdana,sans-serif;
          font-size:          12pt;
          font-weight:        bold;
          color:              rgb(132,40,40);
          padding:            0px;
          width:              100%;
}

A:link
{
          color:              rgb(139,86,35); 
          font-family:        trebuchet,verdana,sans-serif;                  
}

A:visited
{
          color:              rgb(132,40,40);
          font-family:        trebuchet,verdana,sans-serif;          
}

A:active
{
          color:              rgb(190,119,7);
          font-family:        trebuchet,verdana,sans-serif;          
}

A:link IMG
{
          border:             none;          
}

A:visited IMG
{
          border:             none;          
}

A:active IMG
{
          border:             none;          
}

P.ttext
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					12pt;
          color:              rgb(0,0,0);
          background-color:   rgb(220,193,231);          
}

SPAN.ttext
{
          font-family:        Verdana,Helvetica,sans-serif;
          font-size: 					12pt;          
          color:              rgb(0,0,0);
          background-color:   rgb(220,193,231);          
}

