body {
    background-color : #FFFFFF; 
    font-family : sans-serif; 
    font-size : medium; 
    margin : 0px; 
    padding : 0px;
} 

h1 {
    color : #000000; 
    font-family : sans-serif; 
    font-size : medium; 
    text-align : left;
}

ul {
    line-height: 200%;
}

a {
    color : #0000FF; 
    text-decoration : none;
}

a.small {
    color : #0000FF; 
    text-decoration : none; 
    font-family: sans-serif; 
    font-size: small; 
    text-align: left;
}

a.red {
    color : #FF2020; 
    text-decoration : none;
}

a.darkblue{
    color : rgb(0, 0, 153); 
    text-decoration : none;
}

a.black{
    color : rgb(0, 0, 0); 
    text-decoration : none;
}

.error {
    color: #FF2020; 
    font-family: sans-serif; 
    font-size: small; 
    font-weight: bold; 
    text-align: left;
}

.big_item {
    color: #000000; 
    font-family: sans-serif; 
    font-size: large; 
    text-align: left; 
    line-height: 200%
}

.buslen {
    color: #000000; 
    font-family: sans-serif; 
    font-size: small;
}
