| Computer Science @ Marlboro |
| Introduction to the Internet,Spring 2003 |
| one | two |
| one | two |
<style>
H1 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 50%;
}
.bigPink {
font-size: 200%;
font-weight: bold;
color: #FFCCCC;
}
</style>
<LINK HREF="yourStyles.css" rel="stylesheet" type="text/css">(The advantage to that method is you can re-use the styles in many pages.)
like this