# style sheets

b { 
	color : red; 
	background-color : transparent;
  }
pre { 
	color : #230ea5; 
	background-color : transparent;
    }

/* Links */

a:link   { color : white; background : transparent }
a:visited {   color : white; background : transparent}
a:hover	{ text-decoration: underline; color : white; background : transparent}

/* Body */
/* background-image :  */

body { background : #990000; align : center}


