11 lines
152 B
CSS
11 lines
152 B
CSS
|
@import url(reset.css);
|
||
|
@import url(fonts.css);
|
||
|
|
||
|
BODY {
|
||
|
background:#EEE;
|
||
|
color:#000;
|
||
|
font:13px 'PTSans', sans-serif;
|
||
|
}
|
||
|
A {
|
||
|
text-decoration:none;
|
||
|
}
|