body {
	background : #99CCCC; 
	font-family : helvetica, arial, sans-serif;
	color : black;
} 

a:link    {color : white;}
a:active  {color : #003300;}  
a:visited {color : #666666;} 
a:hover   {color : #003300;}  

p, li, table {
	color : black;
	font-size : 1em;
}
p.intro {
	font-size : 1.2em;
	font-weight: bold;
}
p.menu {
	font-size : 0.8em;
	font-weight: bold;
	text-align: center;
}
p.level2{
	margin-left: 2em;
	font-size : 1em;
	font-family : helvetica, arial, sans-serif;
}

.small {font-size: 0.9em;} 
.xsmall {font-size: 0.7em;} 

h1 {
	background-color : white;
	font-size : 1.6em;
} 
h2 { 
	font-size : 1.2em;
	font-weight : bold;
} 

li {
        list-style: square;
} 

pre {
	font-size: 1em;
	font-family: courier, monospace;
}

dt {
	font-size : 1em;
	font-weight : bold;
} 
dd {
	font-size : 1em;
}

.note {
	background-color: #f2f5fc;
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
}

.note h3 {
	background-color: #e3eaf9;
	color: #339;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.note p {
	padding: 0 1em;
}

.note pre {
	margin: 1em 1em 0 1em;
}


