Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
95 lines (82 sloc)
2.34 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>West Engineering</title> | |
| <meta name="keywords" content="West Engineering Company, Custom Machinery"> | |
| <meta name="Microsoft Border" content="none"> | |
| <base target="contents"> | |
| <style type="text/css" media="screen" title="Bannerstyle"> | |
| <!-- | |
| BODY { | |
| font-family : Arial; | |
| color : Black; | |
| background-Color : White; | |
| } | |
| H6 { | |
| font-family : Arial; | |
| font-size : 8pt; | |
| } | |
| H5 { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| font-weight : 800; | |
| } | |
| H4 { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| font-weight : 800; | |
| } | |
| H3 { | |
| font-family : Arial; | |
| font-size : 12pt; | |
| font-weight : 800; | |
| } | |
| H2 { | |
| font-family : Arial; | |
| font-size : 16pt; | |
| } | |
| H1 { | |
| font-family : Arial; | |
| font-size : large; | |
| font-style : normal; | |
| color : Black; | |
| font-weight : bold; | |
| } | |
| P { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| color : #D3D3D3; | |
| } | |
| PRE { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| color : "#AFEEEE; | |
| } | |
| TH { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| color : Black; | |
| } | |
| TD { | |
| font-family : Arial; | |
| font-size : 16pt; | |
| color : silver; | |
| } | |
| BLOCKQUOTE { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| color : #D3D3D3; | |
| } | |
| --> | |
| </style> | |
| </head> | |
| <body background="images/westbg3.gif"> | |
| <body> | |
| <table border=0 align = "center" width = "90%"> | |
| <tr valign="top"> | |
| <td valign="top"><img src="images/westlogo.gif" border=0 align="top" alt=""></td> | |
| <td align="center" valign="bottom"><h1>West Engineering Company, Inc.</h1></td> | |
| <td><img src="images/westlogo.gif" border=0 align="top" alt=""></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |