#idatt{
    background-color: yellow;
}
#bcolour{
    background-color: lightblue;
}
.ccolour{
    background-color: lightgreen;
}
.secondclass{
    color: blue;
}
ol{
    list-style-type: upper-roman;
}
ul{
    list-style-type: square;
}