/* CSS Document */


.text
{
    color: #000000;
    font-family: Arial;	
    font-size: 13px
}

.discount
{
 color: #00008c;
font-family: Tahoma;
font-size: 13px;
font-weight: bold;

}


.plan
{
color:#ff008c;
font-family:Times New Roman;
font-weight: bold;
 font-size: 15px;
}


.faq
{
color:#000000;
font-family:Tahoma;
font-weight: bold;
 font-size: 13px;
}


.title
{
font-family:Tahoma;
color:#0000a0;
 font-size:  18px;
 }

.title2
{
font-family:Tahoma;
color:#0000a0;
 font-size:  16px;
 }

a:link 
{
color:#0000FF;
font-family:Arial;
 font-size: 13px;
font-weight: bold;

}

a:visited
 {
color:#0000FF;
font-family:Arial;
 font-size: 13px;
font-weight: bold;

}

a:hover 
 {
color:#ff0000;
font-family:Arial;
 font-size: 13px;
font-weight: bold;
}

