/*  Anchor Tag Colors and Hover Color             */


.body {
background-color: #6E7172;
}

.popup {
text-decoration: none;
font-size: 12pt;
font-family: verdana;
color: black;
font-weight: bold;
}

a:link { 
background: transparent; 
text-decoration: none; 
}


a:visited { 
background: transparent; 
text-decoration: none; 
}

a:hover.penn { 
color:#006b84;  
text-decoration: none; 
}

a.penn {
text-decoration: none; 
font-family: PenyaeLight; 
font-size: 20px;
color:#666666; 
}

a.black { 
text-decoration: none; 
font-family: verdana; 
font-size: 12px;
color:black; 
}

a.blue { 
text-decoration: none; 
font-family: verdana, arial, helvetica; 
color:blue;
}

a.red { 
text-decoration: none; 
font-family: verdana, arial, helvetica; 
color:red; 
}

a.green { 
text-decoration: none; 
font-family: verdana, arial, helvetica; 
color:#003366; 
}

a:hover.black { 
font-family: verdana; 
color:navy;  
text-decoration: none; 
}

a:hover.blue { 
color:red;  
text-decoration: none; 
}

a:hover.red { 
color:blue;  
text-decoration: none; 
}

a:hover.green { 
color:blue;  
text-decoration: none; 
}

.blackbold
{
font-family: Verdana; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
color: black; 
text-decoration: none;
}

.bluebold
{
font-family: Verdana; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
color: navy; 
text-decoration: none;
}

.title1
{
font-family: Helvetica; 
font-size: 24px; 
font-style: italic; 
font-weight: bold; 
color: black; 
text-decoration: none;
}

.plan
{
font-family: Verdana; 
font-size: 14px; 
color: black; 
text-decoration: none;
}

a:active { 
background: transparent; 
text-decoration: none; 
}


.white { 
color: white; 
font-size: 12px; 
font-family: 
Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}








