/* My CSS File */

/* Define body background color & font */

body
{
  font-family: arial,helvetica;
  font-size: 10pt;
  color: #000000;
  background-color: #000000;
  text-align: center;
}

/* Create a header */

h1
{
  font-family: arial,helvetica;
  font-size: 15pt;
  font-weight: bold;
  text-align: left;
  color: #990000;
}

/* Create a smaller header */

h2
{
  font-family: arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: navy;
}

/* Create a textbox */

/* Create a Banner */

td.header
{
  width: 779px;
  height: 112px;
  background-image: url("laser cutting.jpg")
}

p.box
{
  float: left;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: black;
  text-align: left;
  width: 350px;
  padding: 1px;
} 

/* Create a textbox for Contact Us page */

p.box2
{
  float: left;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: black;
  text-align: left;
  width: 625px;
  padding: 1px;
}

/* For the text in the bottom cell */

p.bottom
{
  font-family: arial,helvetica;
  font-size: 9pt;
  color: white;
  text-align: center;
}

/* Create a class of link named 'normal' */

a.normal
{
  font-family: arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a.normal:link
{
  color: navy;
}
a.normal:visited
{
  color: maroon;
}
a.normal:hover
{
  color: gray;
}
a.normal:active
{
  color: gray;
}

/* Create a class of link named 'navbar' */

a.navbar
{
float: right;
width: 100px;
padding: 7px;
border: 0;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar:link
{
color: black;
background-color: #CCCCCC;
}

a.navbar:visited
{
color: black;
background-color: #CCCCCC;
}

a.navbar:hover
{
color: white;
background-color: #CCCCCC;
}

a.navbar:active
{
color: white;
background-color: #CCCCCC;
}

/* Create a class of link named 'navbar2' for left-hand column */

a.navbar2
{
float: right;
width: 100px;
padding: 7px;
border: 1px solid gray;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar2:link
{
color: black;
background-color: #CCCCCC;
}

a.navbar2:visited
{
color: black;
background-color: #CCCCCC;
}

a.navbar2:hover
{
color: white;
background-color: #666666;
}

a.navbar2:active
{
color: black;
background-color: #666666;
}

/* Create a class of link named 'navbar3' for left-hand column */

a.navbar3
{
float: right;
width: 100px;
padding: 7px;
border: none;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar3:link
{
color: black;
background-color: #CCCCCC;
}

a.navbar3:visited
{
color: black;
background-color: #CCCCCC;
}

a.navbar3:hover
{
color: white;
background-color: #999999;
}

a.navbar3:active
{
color: white;
background-color: #999999;
}
