21 lines
613 B
CSS
21 lines
613 B
CSS
|
body{background-color:#707070;}
|
||
|
|
||
|
p{font-family:Arial; font-size:12pt; text-align:center;}
|
||
|
p.titolo{font-family:Arial; font-size:14pt; text-align:center;}
|
||
|
th{font-family:Arial; font-size:10pt; background-color:Navy; color:white;}
|
||
|
td{font-family:Arial; font-size:9pt; font-weight:bold;}
|
||
|
td.titolo{font-family:Arial; font-size:9pt; font-weight:bold;}
|
||
|
|
||
|
A:visited{color:white; text-decoration:none;}
|
||
|
/*A:active{color:red; text-decoration:none;}*/
|
||
|
A:link{color:white; text-decoration:none;}
|
||
|
A:hover{color:red; text-decoration:underline;}
|
||
|
|
||
|
|
||
|
/*
|
||
|
TAVOLA DEI COLORI
|
||
|
|
||
|
#BF210B = rosso
|
||
|
#D3DCED = celeste
|
||
|
|
||
|
*/
|