body
{
	background-color        :rgb(0,0,64);
	font-size: 12pt;
	color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	letter-spacing: 1pt;
	font-weight: normal;
	text-decoration: none;
	color: rgb(255,255,255)
}

a:link
{
	text-decoration:none;
	letter-spacing: 1pt;
	font-weight: normal;
	color: rgb(255,255,255)
} 

a:hover
{
	text-decoration:none;
	letter-spacing: 1pt;
	color: #FFCC66;
} 

p {
	margin-left:10%;
	margin-right:10%;
	font-size:14pt;
}

i {
	margin-left:10pt;
	margin-right:10pt;
}

menu 
{
text-align:left;
font-size:14pt;
font-weight:bold;
margin-left:36pt;
}

h1 {
	text-align:center; 
	margin-top:4%;
	font-size:24pt;
      letter-spacing: 1pt; 
	margin-right:0pt;
color: rgb(255,255,255);
}

h2 {
	font-family:time,helvetica;
	font-size:20pt;
      letter-spacing: 2pt; 
	margin-right:0pt;
	color:#FFFFFA;	
	}

h3 {
	font-size:14pt;
	font-weight:bold;
	padding:4px;;
	margin-right:0pt;
	margin-left:4pt;
	color:white;
}

h4 {
	font-size:14pt;
	font-weight:bold;
	padding:3px;;
	margin-right:0pt;
	margin-left:8pt;
	color:white;
	}

h5 {
	font-size:12pt;
	font-weight:bold;
	padding:2px;;
	margin-right:0pt;
	margin-left:8pt;
	color:white;
	}

ADDRESS {
	margin-top:10pt;
	margin-bottom:20pt;
	font-size:small;
	}

UL 
{
    margin-left:30pt;
}

li {  font-size: 14pt; color: #FFCC99}

.sidebartoc {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.example {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    color: #000000;
    background: #F0F0F0;
    padding: 5px;
    margin: 5px;
}

.programlisting {
    margin-left: 15px;
    font-family: "monotype.com", "courier new", courier, monospace;
}

.warning {
    background: #FFCCCC;
}

.author,.editor {
    font-size: 10pt;
    font-weight: normal;
}

.author-p,.editor-p {
    font-size: 9pt;
    font-weight: normal;
	color: #999999;
}

.author-p,.editor-p a{
    font-size: 9pt;
    font-weight: normal;
	color: #999999;
}


/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-weight: bold }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }
