/* PHCL style sheet */
body { background-color: #00c8ff; /* PHCL logo background */
       color: #000000;}

a:link { color: #0000ff;
}

a:hover { color: #0000ff;
}

#main h2 {	width:90%;
		margin-left:10%;
}

h1 { text-align: center}

h2 {	font-weight: bold;
	font-size: medium;
}

*.discode {
  background-color: #99e9ff;
  border: 1px solid black;
  margin: 1px;
  padding: 10px;
  font-family: monospace;
}

#left {
  position: absolute;
  height: 100%;
  width: 130px;
  border-right: thick solid #0000ff;
}
#left a:link, #left a:visited, div.left_nolink {color: #0000ff; }
#left a:hover { color: #0000ff; }
#left p { font-size:6pt;}	/* Leave a small gap between menu items */
#left div {display:block; background-color: #00c8ff; }

#main {
  position: absolute;
  height: 100%;
  left: 160px;
}

img {
	border-width: 0;
	text-align: center;
}

