﻿/*
CSS for Chris Bruening on WORKING WITH IMAGES-Wk6
*/

{
 margin: 0;
 padding: 0;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: black;
  font-size: small;
  color: #FFFFFF;
  margin: 0;
  line-height: 130%;
  padding: 15px;
}

a {
  font-weight: bold;
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
a:hover {
  color: white;
}
a:active {
  color: #37DD6F
}
/*link info*/

}

h1, h2, h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #006363;
  font-size: medium;
}
  

p1  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  color: black;
}

#floatleft  {
  float: left;
  width: 200px;
}

#textbox  {
  float: right;
  width:  758px;
  height: 460px;
  margin: 10px 20px 0px 0px;
  background-color: #888888;
  
}

#skybox  {
  width: 1000px;
  height: 497px;
  float: left;
  margin: 0px 30px 0px 5px;
  background-color: black;
  border-top-width: 4px;
  border-top-style: double;
  border-top-color: #25FF25;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #25FF25;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: silver;
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: silver;
}

#tricbox  {
  width: 1000px;
  height: 497px;
  float: left;
  margin: 30px 30px 0px 0px;
  background-color: black;
  border-top-width: 4px;
  border-top-style: double;
  border-top-color: #25FF25;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #25FF25;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: silver;
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: silver;
}

#truckbox  {
  width: 1000px;
  height: 497px;
  float: left;
  margin: 30px 30px 30px 0px;
  background-color: black;
  border-top-width: 4px;
  border-top-style: double;
  border-top-color: #25FF25;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #25FF25;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: silver;
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: silver;
}
