h1 {
    text-align: center;
	FONT-FAMILY: Helvetica, Arial, Geneva, Tahoma, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

A:link {
	color: #0000FF;
	background-color : transparent;
	}

A:visited {
	color: #0000FF;
	background-color : transparent;
	}
    
A:active {
	color: #FFCCFF;
	background-color : transparent;
	}

A:hover {
	color: #CC9999;
	background-color : transparent;
	text-decoration : underline;
}

BODY {margin-left : 5%;
	margin-right : 5%;
	FONT-FAMILY: Helvetica, Arial, Geneva, Tahoma, sans-serif;
	color : #000;
	background : #F5F5F5;}
	

HR { color : #9cc; background-color : #66CCCC; height : 5px; }

CAPTION { color : #000;
         font-weight: bolder;
          margin: auto;
		  text-align: center;
        background-color: #66CCCC; }
        	
.redtab { border: dotted red; border-width: 10px; }
.doubletab { border: double red; border-width: 10px;}
.isotab   { table-layout: fixed; }  
.takaisin {
    text-align: center;
	FONT-FAMILY: Helvetica, Arial, Geneva, Tahoma, sans-serif;
	font-size: 200%;
	font-weight: bold;
}