/*	RKK basic styles 
    ---------------- */

body {
color : #000;
font-size : 66%;
font-family : 'Helvetica Neue',Arial,sans-serif;
}
body>* {
font-size : 11px;
}
td, th , select, input {
font-size : 1em;
}
h1 {
color : #c00;
font-size : 1.3em;
}

/* links 
   ----- */

a:link {
color: #c00;
text-decoration: none;
border-bottom : 1px solid #c00;
}
a:visited {
color : #900;
text-decoration : none;
border-bottom : 1px solid #900;
}
a:hover,a:active,a:focus {
outline : none;
background : #fffccc;
}