Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 317 → Rev 318

/web/css/style.css
0,0 → 1,43
 
H1 {
font-family:"DejaVu Sans";
font-size: 15pt;
text-align: left;
color: #666666;
}
 
H2 {
font-family:"DejaVu Sans";
font-size: 15pt;
text-align: center;
color: #666666;
}
 
:link, :visited, :link:hover, :visited:hover {
font-family:"DejaVu Sans";
font-size: small;
color: #666666;
}
 
body, p, ul, li {
font-family:"DejaVu Sans";
font-size: small;
color: #666666;
background-color: #EFEFEF;
text-align: justify;
}
 
th {
font-family:"DejaVu Sans";
font-size: small;
text-align: center;
color: #EFEFEF;
background-color: #666666;
}
 
table {
font-family:"DejaVu Sans";
font-size: small;
color: #666666;
background-color: #EFEFEF;
}