home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
tema
/
aos
/
style.css
< prev
Wrap
Cascading Style Sheet File
|
2003-05-14
|
367b
|
26 lines
h1, h2, h3 {
font-family : "Verdana CE", Verdana, sans-serif;
font-size: 200%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 120%;
}
body {
font-family: "Arial CE", Arial, sans-serif;
font-size: smaller;
}
pre, code {
font-size: larger;
}
a {
color: blue;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline;
}