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.
142 lines (125 sloc)
3.23 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> | |
| <!-- 07-Sep-1999 CMP Change the Richmond area web page to ci-richmond.va.us | |
| 27-Oct-1999 CMP Change Richmond area site again richmondva.com --> | |
| <head> | |
| <title>Menu</title> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> | |
| <meta name="Microsoft Border" content="none"> | |
| <base target="main"> | |
| <style type="text/css" media="screen" title="menustyle"> | |
| <!-- | |
| BODY { | |
| font-family : Arial; | |
| background-color : White; | |
| } | |
| H6 { | |
| font-family : Arial; | |
| font-size : 8pt; | |
| color : navy; | |
| } | |
| H5 { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| font-weight : 800; | |
| color : navy; | |
| H4 font-family : Arial; | |
| font-size : 10pt; | |
| font-weight : 800; | |
| color : navy; | |
| } | |
| H3 { | |
| font-family : Arial; | |
| font-size : 12pt; | |
| font-weight : 800; | |
| color : navy; | |
| } | |
| H2 { | |
| font-family : Arial; | |
| font-size : 16pt; | |
| color : navy; | |
| } | |
| H1 { | |
| font-family : Arial; | |
| font-size : 18pt; | |
| font-style : italic; | |
| color : navy; | |
| } | |
| P { | |
| font-family : Arial; | |
| font-size : 12pt; | |
| color : navy; | |
| font-weight : 800; | |
| } | |
| PRE { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| color : "#AFEEEE"; | |
| } | |
| TH { | |
| font-family : Arial; | |
| font-size : 10pt; | |
| color : Black; | |
| background-color : White; | |
| } | |
| TD { | |
| font-family : Arial; | |
| font-size : 16pt; | |
| color : Black; | |
| } | |
| BLOCKQUOTE { | |
| font-family : Arial; | |
| font-size : 12pt; | |
| color : navy; | |
| } | |
| UL { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| color : navy; | |
| } | |
| A { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| color : Black; | |
| font-weight : 800; | |
| text-decoration : underline; | |
| } | |
| A:LINK { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| color : Black; | |
| font-weight : 800; | |
| } | |
| A:VISITED { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| color : Black; | |
| } | |
| A:ACTIVE { | |
| font-family : Arial; | |
| font-size : 9pt; | |
| color : Blue; | |
| } | |
| --> | |
| </style> | |
| </head> | |
| <body background="images/westbg3.gif"> | |
| <body> | |
| <table border="0" align="center"> | |
| <tr valign="top"> | |
| <td valign="top" align="center"><a href="home.html" target="main">Home</a> | |
| <a href="cad.htm" target="main">CAD/CAM</a> | |
| <a href="fabrication.htm" target="main">Fabrication</a> | |
| <a href="machinery.html" target="main">Machining</a> | |
| <a href="custom.htm" target="main">Custom & Special Machinery</a></td> | |
| </tr> | |
| <tr valign="top"> | |
| <td valign="top" align="center"><a href="Quality.html" target="main">Quality Assurance</a> | |
| <a href="Equipment.html" target="main">Facilities & Equipment</a> | |
| <a href="contact.htm" target="main">Contact Info.</a> | |
| <a href="http://www.richmondva.com" target="main">Richmond Area Information</a></td> | |
| </tr> | |
| </table> | |
| <!--<li><a href="tour.html" target="main">Tour West Engineering</a></li> | |
| <li><a href="http://newsletter.html" target="main">Newsletter Topic:</a></li> --> | |
| </body> | |
| </html> |