/*
** For the CLL MILD site
*/

body {
	font-family: sans-serif;
	color: #FFCC66;
	margin: 0;
	padding: 0.3em;
	font-size: 10px;
	font-weight: bold;
	background-color: #000033;

}

a { color: #99CCFF; }
a:visited { color: #996666; }
a:active { color: #FFCC66; }
a.stub { color: #772233; }
a.new,
#p-personal a.new { color:#ba0000; }
a.new:visited,
#p-personal a.new:visited { color:#a55858; }

img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.4em 0em 0.5em 0em;
    line-height: 1.5em;
}

p img { margin: 0; }


h1, h2, h3, h4, h5, h6 {
    color: #FFCC66;
    background: #000033;
	font-weight: normal;
    margin: 0;
}
h1 {
	font-size: 188%;
	color: #FFCC66;
	background-color: #000033;
}
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 {
	font-size: 100%;
	text-indent: 2em;
}
h6 { font-size: 80%;  }




/*
** the main content area
*/

span.subpages { display: none; }

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; }
#bodyContent h3,
#bodyContent h4,
#bodyContent h5 {
    margin-bottom: 0.3em;
}
