body {
background: white;
color: #000000;


}
h1 {
color: #FF0033;
font-family: Comic Sans MS;
font-style: italic;
font-style: oblique;
font-variant: small-caps;
text size: 12 
}
h2{
color: #9900CC;
font-family: Comic Sans MS;
font-style: italic;
}
h3{
color: red;
font-family: Comic Sans MS;
font-style: italic;
}
p{
color: #black;
font-famile: Bradley Hand ITC;
text-align: justify; 
text-indent: 10px;
}
h1 + h2 {
background-color: #000033;
color: red
font-style: oblique;

}
.veryimp{
color: maroon;
text-decoration: underline ;
font-weight: bold;
}
a.external:visited { color: purple }
a.external:link { color: green }

