first import

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-08 11:40:19 +02:00
commit 1bc61b12ad
8435 changed files with 1582817 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
/* CSS Document */
H1 {
font-family: Verdana;
font-style: bold;
font-weight: normal;
color: #222222;
display: block;
font-size: 20px;
margin-bottom: 10px;
line-height: 30;
text-align: left;
letter-spacing: 0px;
}
P {
font-family: Verdana;
font-style: normal;
font-weight: normal;
color: #666666;
display: block;
font-size: 12px;
margin-bottom: 10px;
line-height: 18px;
text-align: left;
letter-spacing: 0.2px;
}
P-ITALIC {
font-family: Verdana;
font-style: italic;
font-weight: normal;
color: #666666;
display: block;
font-size: 12px;
margin-bottom: 10px;
line-height: 18px;
text-align: left;
letter-spacing: 0.5px;
}
A {
color: #0066CC;
display: inline;
}
A:HOVER {
color: #111111;
display: inline;
}