/* The denips.css Style Sheet */

BODY.back {
	background: #CEFFFF URL(images/bluebrick.jpg) repeat fixed;
	font-size: 12pt;
  line-height: 16pt;
  font-family: Comic Sans MS, Arial;
	font-weight: bold;
	color: #000000
}

BODY.back1 {
/*      
 	background: #00009C URL(http://images/BlueStrings.gif) repeat fixed;  
=====  starry night  
*/
	background: #00009C URL(images/starback.gif) repeat fixed;
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #ffff10
}

/* Header fonts */
H1 {font-family: Arial, Comic Sans MS; font-weight: bold}
H2 {font-family: Arial, Comic Sans MS; font-weight: bold}
H3 {font-family: Arial, Comic Sans MS; font-weight: bold}
H4 {font-family: Arial, Comic Sans MS; font-weight: bold}

/* Links back */
a:link {color: #ccffff;}
a:visited {color: #33ccff;}
a:Active {color: #66ffff;}
a:hover {color:#ff0000; text-decoration:none}

/* Styles for back1 */
H1.b1 {color: #ffffff}

a.b1:link {color: #ffffff;}
a.b1:visited {color: #ffff10;}
a.b1:Active {color: #00ff00;}
a.b1:hover {color:#00ffff; text-decoration:none}


/* Links in Tables not underlined */
td a {text-decoration:none}

td {font-weight:bold}