/*external CSS file*/
/*filename "technomagesheet2.css"*/
/*NO HTML MARKUP ALLOWED!*/


BODY {color : blue ; background-color : black ; font : medium serif ;}


H1 {color : blue ; background-color : black ; font-size : 200.01% ;  font-weight:bold;}
H2 { color : blue ; background-color : black; font-size:100.01%; width : 300px;margin-left:  auto ; margin-right: auto;}
H3 { color : blue background : white; font-size:100.01%; width : 300px;margin-left:  auto ; margin-right: auto; font-weight:bold;}
H4 { color : blue ; background : yellow; font-size:90.01%;}
H5 { color : yellow ;  font-size:90.01%;}
H6 { color : white ;  font-size:90.01%;}
H7{ color : red ;  font-size:90.01%;}



a:link { color : blue;background-color : black; text-decoration : underline;}
a:{ text-decoration:none; }
a:link{ color:#0000ff; }
a:visited{ color:#0000ff; }
a:hover{ color:#FFFFFF; }


p { margin-left : 5%; margin-right : 10%; }
*.italic {font-size : small; font-style : italic; color : Yellow; background-color : black; }
*.copyright {color : Yellow; background-color : black;}


PRE, CODE, TT { color: gray;background-color : white; font-family: monospace; }
