I have business V7 but feel the text is too small. For the life in me I can't find how to adjust the default text font, can anybody assist please?
Website is www.nor-sat.co.uk
Website is www.nor-sat.co.uk
body, table, th, td{
color:NETQUOTEVAR:FGCOLORCSS;
font-size:10px;
font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
}
body, table, th, td{
color:NETQUOTEVAR:FGCOLORCSS;
font-size:14px;
font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
}
/*cope with inheritance bugs*/
body, table, th, td{
color:NETQUOTEVAR:FGCOLORCSS;
font-size: x-small;
font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
}
/*body specific*/
body{
NETQUOTEVAR:BODYBACKGROUND;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}
a:link{
color:NETQUOTEVAR:LINKCOLORCSS;
font-size:x-small;
text-decoration:none;
}
a:visited{
color:NETQUOTEVAR:VLINKCOLORCSS;
font-size:x-small;
text-decoration:none;
}
a:hover{
color:NETQUOTEVAR:HLINKCOLORCSS;
font-size:x-small;
text-decoration:underline;
}
a:active{
color:NETQUOTEVAR:ALINKCOLORCSS;
font-size:x-small;
text-decoration:none;
}
li{
color:NETQUOTEVAR:FGCOLORCSS;
list-style-type:square;
}
ol{
color:NETQUOTEVAR:FGCOLORCSS;
}
ul{
color:NETQUOTEVAR:FGCOLORCSS;
list-style-type:square;
}
H1, H2, H3, H4, H5, H6 {
font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
}
SELECT {
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.actCHECKOUTEM {background-color:NETQUOTEVAR:CHECKOUTEMCSS;}
.actCHECKOUTBG {background-color:NETQUOTEVAR:CHECKOUTBGCSS;}
.actlarger{
font-size: larger;
color:NETQUOTEVAR:FGCOLORCSS;
}
.actsmaller{
font-size: smaller;
color:NETQUOTEVAR:FGCOLORCSS;
}
.actxxsmall{font-size:xx-small;color:NETQUOTEVAR:FGCOLORCSS;}
.actxsmall{font-size:x-small;color:NETQUOTEVAR:FGCOLORCSS;}
.actsmall{font-size:small;color:NETQUOTEVAR:FGCOLORCSS;}
.actregular{font-size:medium;color:NETQUOTEVAR:FGCOLORCSS;}
.actlarge{font-size:large;color:NETQUOTEVAR:FGCOLORCSS;}
.actxlarge{font-size:x-large;color:NETQUOTEVAR:FGCOLORCSS;}
.actxxlarge{font-size:xx-large;color:NETQUOTEVAR:FGCOLORCSS;}
.actwarningcolor{color:NETQUOTEVAR:REQUIREDCOLORCSS;}
.actrequiredcolor{color:NETQUOTEVAR:REQUIREDCOLORCSS;}
.actsearchhighlightcolor{color:NETQUOTEVAR:SEARCHHIGHLIGHTCOLORCSS;}
.actrequired{color:NETQUOTEVAR:REQUIREDCOLORCSS;}
.actwarning{font-size:x-large;color:NETQUOTEVAR:REQUIREDCOLORCSS;}
.actwelcome{font-size:medium;color:NETQUOTEVAR:FGCOLORCSS;}
.actlogotext {font-family:CUSTOMVAR:ACTCSSFONTFAMILY; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{
font-size:x-small;
color:NETQUOTEVAR:LINKCOLORCSS; color: #FFFFFF;
}
.nav a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
display: block;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 1px;
text-decoration: none;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: thick solid #000000;
background-color: #FF0000;
}
.nav a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
display: block;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 1px;
text-decoration: none;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: thick solid #000000;
background-color: #FF0000;
}
.nav a:hover {
background-color: #FFFD12;
color: #000000;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}.border {
border: thin solid #000000;
}
.navback {
background-image: url(images/nav.gif);
background-repeat: repeat;
}
.links {
font-size: medium;
font-weight: bolder;
color: #333333;
}
.topborder {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
.navleft {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-right-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
.background {
background-image: url(hessian.jpg);
background-repeat: repeat;
background-attachment: scroll;
background-position: center center;
}
.footer {
border: thin solid #FF0909;
}
Comment