i checked my whole code and all the font is tahoma and they're all size 9. but for some reason, my links are smaller than the regular font. heres my code:
CODE
<STYLE type="text/css">
body {
background : #595959 url("http://i38.tinypic.com/zkllkz.png") repeat-y;
text-align : center;
margin : 0;
}
td, p, body, a {
color : #999999;
font-family : tahoma;
font-size : 8pt;
text-transform: none;
}
a:active, a:visited, a:link {
font-size : 9px;
color : #999999;
font-family : tahoma;
font-weight : normal;
text-decoration : none;
text-transform : none;
}
a:link img {
border : none;
}
a:visited img {
border : none;
}
a:hover img {
border : none;
}
.mainheader {
font-family : century gothic;
color : #fb9ac0;
font-weight : bold;
font-size :20px;
line-height :28px;
letter-spacing : -2px;
background : ;
text-align :center;
text-transform:uppercase;
}
.text {
font-family : century gothic;
color : #000000;
font-size : 15px;
line-height : 13px;
letter-spacing : 3px;
background : #FB6CAE;
text-align : right;
}
body {
cursor : crosshair;
}
a {
cursor : crosshair;
}
b {
color : #ffd492;
}
u {
color : #5dddfd;
}
i {
color : #e4a0f4;
}
s {
color : #bbf460;
}
textarea, input {
width : 140px;
}
a.nava, a.nava:link, a.nava:active, a.nava:visited {
text-decoration : none;
display : block;
}
a.nava:hover {
color: ffd492;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a.navb, a.navb:link, a.navb:active, a.navb:visited {
text-decoration : none;display : block;
}
a.navb:hover {
color: bbf460 ;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a.navc, a.navc:link, a.navc:active, a.navc:visited {
text-decoration : none;
display : block;
}
a.navc:hover {
color: e29bf4 ;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a.navd, a.navd:link, a.navd:active, a.navd:visited {
text-decoration : none;display : block;
}
a.navd:hover {
color: 5dddfd ;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a:hover, a.man:hover, a.text:hover,a.redlink:hover
{font-weight:normal;font-family:tahoma;
text-decoration:none;font-size:9px;
line-height:11px;text-transform:none; color:dcdbdb;}
textarea{width:180px;height:45px}
h1 {
font-family: century gothic;
color : #fb9ac0;
font-weight : bold;
font-size :16px;
line-height :2px;
letter-spacing : -1px;
text-align :right;
text-transform:lowercase;
}
</style>
body {
background : #595959 url("http://i38.tinypic.com/zkllkz.png") repeat-y;
text-align : center;
margin : 0;
}
td, p, body, a {
color : #999999;
font-family : tahoma;
font-size : 8pt;
text-transform: none;
}
a:active, a:visited, a:link {
font-size : 9px;
color : #999999;
font-family : tahoma;
font-weight : normal;
text-decoration : none;
text-transform : none;
}
a:link img {
border : none;
}
a:visited img {
border : none;
}
a:hover img {
border : none;
}
.mainheader {
font-family : century gothic;
color : #fb9ac0;
font-weight : bold;
font-size :20px;
line-height :28px;
letter-spacing : -2px;
background : ;
text-align :center;
text-transform:uppercase;
}
.text {
font-family : century gothic;
color : #000000;
font-size : 15px;
line-height : 13px;
letter-spacing : 3px;
background : #FB6CAE;
text-align : right;
}
body {
cursor : crosshair;
}
a {
cursor : crosshair;
}
b {
color : #ffd492;
}
u {
color : #5dddfd;
}
i {
color : #e4a0f4;
}
s {
color : #bbf460;
}
textarea, input {
width : 140px;
}
a.nava, a.nava:link, a.nava:active, a.nava:visited {
text-decoration : none;
display : block;
}
a.nava:hover {
color: ffd492;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a.navb, a.navb:link, a.navb:active, a.navb:visited {
text-decoration : none;display : block;
}
a.navb:hover {
color: bbf460 ;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a.navc, a.navc:link, a.navc:active, a.navc:visited {
text-decoration : none;
display : block;
}
a.navc:hover {
color: e29bf4 ;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a.navd, a.navd:link, a.navd:active, a.navd:visited {
text-decoration : none;display : block;
}
a.navd:hover {
color: 5dddfd ;
background-color : none;
text-decoration : none;
font-family: tahoma;
font-size: 9px;
display : block;
}
a:hover, a.man:hover, a.text:hover,a.redlink:hover
{font-weight:normal;font-family:tahoma;
text-decoration:none;font-size:9px;
line-height:11px;text-transform:none; color:dcdbdb;}
textarea{width:180px;height:45px}
h1 {
font-family: century gothic;
color : #fb9ac0;
font-weight : bold;
font-size :16px;
line-height :2px;
letter-spacing : -1px;
text-align :right;
text-transform:lowercase;
}
</style>
and my site is
http://takemyhand.debutantlyts.com
if you wanna see what i'm talking about...
