# style sheets

/* Headers */

h1 { 
	color : gray; 
	background-color : transparent; 
   }
h2 { 
	color : #005A78; 
	background-color : transparent; 
   }
h3 { 
	color : #005A78; 
	background-color : transparent; 
   }
h4 { 
	color : #005A78; 
	background-color : transparent; 
   }
h5 { 
	color : black; 
	background-color : transparent; 
   }

b { 
	color : brown; 
	background-color : transparent;
  }
pre { 
	color : #230ea5; 
	background-color : transparent;
    }
table {
	color : gray;
	font-size : 12px;
	}

/* Links */

a:link   { text-decoration: underline; color : blue; background : transparent }
a:visited { text-decoration: underline; color : #e26512; background : transparent}
a:hover	{ text-decoration: underline; color : #aa0d3a; background : transparent}

/* Body */
/* background-image : URL(http://20.20.20.5/images/chuck.jpg */

body { background : #005A78 }

