a:link {
color: #000000;
font-family: Arial, sans-serif;
font-size: 20;
}

a:hover { 
color: #ffffff;
font-family: Arial, sans-serif;
font-size: 20;
}

a:visited { 
color: #000000;
font-family: Arial, sans-serif;
font-size: 20;
}

.plain { 
color: #000000;
font-family: Arial, sans-serif;
font-size: 12;
text-decoration: none;
cursor: pointer !important;
}

.whiteplain { 
color: #ffffff;
font-family: Arial, sans-serif;
font-size: 12;
text-decoration: none;
cursor: pointer !important;
}

.navs { 
color: #EEEAD3;
font-family: Arial, sans-serif;
font-size: 12;
text-decoration: none;
cursor: pointer !important;
}

.headline { 
color: #000000;
font-family: Arial, sans-serif;
font-size: 16;
text-decoration: none;
font-weight: bold;
cursor: pointer !important;
}

.whiteheadline { 
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: 16;
text-decoration: none;
font-weight: bold !important;
cursor: pointer !important;
}

.lineborder { 
border-style: dotted;
border-color: cccccc;
border-width: small;
}

.t {background: url(dot.gif) 0 0 repeat-x; width: 10em}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px} 
