10 lines
212 B
CSS
10 lines
212 B
CSS
|
@import url('slides.css');
|
||
|
|
||
|
.toclink { font-size: 10pt;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
.toclink a { color: blue; }
|
||
|
.toclink a:link { color: blue; }
|
||
|
.toclink a:visited { color: blue; }
|