	body {
		margin:10px 0 0 10px;
		padding:0px;
                background: #FFFFFF;
		font-size: 16px	
     	}

	.title { 
		    display: table;
		    font-family: Arial;
		    font-size: 18px;
	            font-weight: bold;
		    text-align: center;
		    background-color: #FFFF66; 
		    border-top: 3px gray outset;
                    border-left: 3px gray outset;
                    border-bottom: 6px black ridge;
                    border-right: 6px black ridge;
                    padding-top: 3px;
                    padding-bottom: 3px;
                    padding-left: 5px;
                    padding-right: 5px;
		    margin-left: auto;
                    margin-right: auto;

	}

	.subtitle { 
		    display: table;
		    font-family: Arial;
		    font-size: 16px;
	            font-weight: bold;
		    text-align: center;
		    background-color: #80FFFF; 
		    border-top: 3px gray outset;
                    border-left: 3px gray outset;
                    border-bottom: 6px black ridge;
                    border-right: 6px black ridge;
                    padding-top: 3px;
                    padding-bottom: 3px;
                    padding-left: 5px;
                    padding-right: 5px;
		    margin-left: auto;
                    margin-right: auto;

	}

	.subsubtitle { 
		    display: table;
		    font-family: Arial;
		    font-size: 14px;
		    font-weight: bold;
		    text-align: center;
		    background-color: #CCFFFF; 
		    border-top: 3px gray outset;
		    border-left: 3px gray outset;
		    border-bottom: 6px black ridge;
		    border-right: 6px black ridge;
		    padding-top: 3px;
		    padding-bottom: 3px;
		    padding-left: 5px;
		    padding-right: 5px;
		    margin-left: auto;
		    margin-right: auto;

	}

	.bigtitle {font-family: Verdana; font-size: 40px; text-align: center; font-weight: bold}
	.plainsubtitle {font-size: 16px; color: #400080; font-weight: bold}
	.index {font-family: Arial; font-size: 15px; font-weight: bold}

	.pseudotitle {font-size: 18px; font-weight: bold}
	.caption {font-size: 14px}
	.text {font-size: 16px}
	.note {font-family: Arial; font-style: italic; font-size: 14px}
	.footnote {font-family: Arial; font-style: italic; font-size: 12px}
	.menu {font-family: Arial; font-size: 16px; font-weight: bold}

	.larger {font-size: 18px;}
	.smaller {font-size: 14px;}

	.yellow {color: #FFCC33}
	.red {color: #FF0000}
	.celeste {color: #00FFFF}
	.blue {color: #0000FF;}
	.navy {color: #000080;}
	.purple {color: #CC0099}
	.green {color: #009933}
	.black {color: #000000}
	.redbold {font-weight: bold; color: #FF0000}
