home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 88
/
PIWD88.iso
/
mac
/
contents
/
dreamweaver
/
tutorial_files
/
Pages58-60
/
COMPLETE
/
ESSNTIAL
/
MAIN.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-11-03
|
488b
|
34 lines
body {
background-color: #95B3C8;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
.headline {
font-size: 12px;
color: #24455D;
font-weight: bold;
}
.headline a:link {
color: #24455D;
text-decoration: none;
}
.headline a:hover {
color: #24455D;
text-decoration: underline;
}
.main {
font-size: 10px;
color: #000000;
}
.main a:link {
color: #FF3300;
text-decoration: none;
}
.main a:hover {
color: #FF3300;
text-decoration: underline;
}