Document.StyleSheets (Word)
Returns a StyleSheets collection that represents the Web style sheets attached to a document.
Sub Styshts()
ActiveDocument.StyleSheets.Add _
FileName:="c:\Website.css", _
Precedence:=wdStyleSheetPrecedenceHighest
End Sub