
/*   Tonne Software styles
     10 Mar 07 - buttons simplification
     17 Nov 06  - removed scrollbar definitions   
     4 June 2004 - first used    */

body, html{
font-family: arial, helvetica, sans-serif;
font-size: 100%;
color: #008;
background-color: #fff;}

.font0 {                    /* small (legal/copyright) */
font-size: 70%;
font-family: arial, helvetica, sans-serif;
color: #008;
background: #fff;
}

.font1 {                    /* big, white bkgnd */
font-size: 200%;
font-family: serif, monospace;
color: #008;
background: #ffffff;
}

.font2 {                    /* sorta big, white bkgnd */
font-size: 140%;
font-family: serif, sans-serif;
color: #008;
background: #ffffff;
}

.ruler1 {                   /* blue ruler */
height: 2px;
width: 100%;
color: #00f;
background:#fff;
}

.ruler2 {                   /* red ruler */
height: 2px;
width: 100%;
color: #f00;
background:#fff;
}

#button a {
display: block;
background-color: #dee;     /* fed idling main background */
color: #00c;                /* 900 idling text */
width: 100px;
height: 40px;
margin: 1px;
text-decoration: none;
}

#button a:hover {
display: block;
background-color: #fed;     /* eff mouseover background */
color: #900;                /* 00c mouseover text */
width: 100px;
height: 40px;
margin: 1px;
text-decoration: none;
}

/

* End Of File */

