An external style sheet can control the appearance of many web pages.
Each page must link to the style sheet using the <link> tag inside the head section:
<head>
<link
rel="stylesheet" type="text/css" href=site_style.css"
/>
</head>
See style_sheets.html