h1 {
     color:SteelBlue;
 }
a {
    color :#4169E1;
    font-size :25px;
}
body {
    background:LightBlue;
}
h2 {
    text-align :center; !important
    font-weight :bold;
    font-size :36px;
    color :red;
}
h2 {
    color:purple; !important
}
p {
    color:orange;
    font-size :24px;
}
ol {
    type:A;
}
ul {
    list-style-type :square;
}
h6 {
    font-size :36px;
    color:rgb(255,0,255);
}