a:link, a:visited { 
 text-decoration : none; 
 color: #FF0000
}
a:hover { 
 text-decoration : underline; 
 color : #FF0000;
}
td { 
 font-family : Arial; 
 font-size : xx-small;
 color : #000000;
}

body {  
 font-family : Arial; 
 font-size : xx-small; 
 color : #000000; 
 text-decoration : none; 
}

input.noline {
 border-style : none;
 border-width : 0px;
}

input.box {
 font-family: Arial;
 font-size: xx-small;
 border: 1 ridge #000000;
}

submit, input, rd, select, textarea {
 font-family: Arial; 
 font-size: xx-small; 
 color: #000000; 
 background-color: #f8f8f8; 
 border: 1 outset #000000;
}
