/* 
   Master CSS for www.rsi-uk.org.uk
   Author andrew@mcfarland.co.uk
   Updated and validated 2002-02-27
*/

a:link {
        background-color: rgb(255,255,255);
        color:            rgb(0,0,255);
}

a:visited {
        background-color: rgb(255,255,255);
        color:            rgb(0,0,126);
}

a:hover {
        background-color: rgb(200,200,255);
        color:            rgb(0,0,0);
        text-decoration:  none;
}

a:active {
        background-color: rgb(255,255,255);
        color:            rgb(255,0,0);
}

body{
        background-color: rgb(255,255,255);
        color:            rgb(0,0,0);
        font-family:      sans-serif;
        margin:           2% 5% 5% 5%;
}

img {
        background-color: transparent;
        border-style:     none;
        color:            rgb(255,255,255);
        vertical-align:   middle;
}

p.disclaimer {
        font-weight:      bold;
        text-align:       center;
}

div.navigation {
        font-size:        0.9em;
}

div.navigation strong {
        background-color: rgb(200,200,255);
        color:            rgb(0,0,0);
}