Linked Style Sheets
<link rel="stylesheet" type="text/css" href="mystyle.css">
Automatic page refresh
The following code must appear in the HEAD portion of your document, with CONTENT specifying the number of seconds you want the page to refresh after.
<META HTTP-EQUIV="REFRESH" CONTENT="2; URL=yourpage.html">