A:link {
  color : #FF0000;
  text-decoration: none;
}
A:active {
  color : #FF0000;
}
A:hover {
  color : #CC6600;
  text-decoration: underline; 
 }
A:visited {
   color : #FF0000;
   text-decoration : none;
   }


body { color : #33ff33;
	background-color: #000000;
	font-family: Courier New, Courier, serif;
	margin: 0px;
}



pre { font-family: Courier, monospace;
}
tt { font-family: Courier, monospace;
	font-size: 80%;
	}

.h1 { font-size: 120%;
	color: #666666;
	font-family: Courier, serif;
	font-weight: bold;
	background-color: #FFFFFF;
}

.h1black { font-size: 110%;
	color: black; font-family: Courier, serif;
	background-color: #FFFFFF;
}
.h2 { font-size: 110%;
	color: #666666 ;
	font-weight: bold;
	background-color: #FFFFFF;
}
.h2grey { font-size: 110%;
	color: #ffff99 ;
	font-weight: bold;
}
.h2black { font-size: 110%;
	color: #FFFFFF;
	background-color: #000000;
}
.h3 { font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}

/*
 destacado son les capçeleres de la tabla de la dreta
*/
.destacado {
	font-family: Courier, serif;
	font-size: 80%;
	color: #33ff33;
	background: #333333;
	border-style: dotted;
	border-width: 1px;
	padding: 0px;
	text-align: center;
}

/*
 P es la definicio per omissio pels paragrafs
*/
p {
	font-size: 90%;
	font-family: Courier, serif;
	color:#33ff33;
	text-align: justify ;
	margin-left: 5px ;
	margin-right: 5px ;
}

p.toc {color:#009900;
	font-family: Courier, serif;
	font-size: 80%;
	border-color: #FFCC33;
	padding: 1%;
}

li { font-family: Courier New, Courier, serif ;
	font-size: 85%;
	/*color:#777777;*/
}

.square { list-style-type: square }

h4 { font-family: Courier, serif ;
	font-size: 80%;
}


code { color: #993300;
	background-color: #eeeeee;
}

.sideleft {
        clear: left;
        float:left;
        width:70%;
        /*width:400px;*/
        /* 1ºarriba, 2º derecha, 3º abajo, 4ºizquierda */
        padding:1px 1px 1px 1px;
        background:#000;
}


.sideright {
        clear: right;
        float:right;
        width:20%;
        /*width:375px;*/
        margin:1px;
        /* 1ºarriba, 2º derecha, 3º abajo, 4ºizquierda */
        padding:5px 5px 5px 1px;
        text-align:left;
	font-size: 85%;
        border-left: solid 3px #33ff33;
	background: #000;
}
