.margin_top_20px {
  margin: 120px;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  background: url('images/background.jpg');
}

p {
  margin: 0px 0px 0px 0px;
}

h1 {
  font-size:18px;
  margin:0px 0px 0px 0px;
}

h2 {
  font-size:16px;
  margin:0px 0px 0px 0px;
}

h3 {
  font-size:14px;
  margin:0px 0px 0px 0px;
}

h4 {
  font-size:12px;
  margin:0px 0px 0px 0px;
}

h5 {
  font-size:11px;
  margin:0px 0px 0px 0px;
}

h6 {
  font-size:10px;
  margin:0px 0px 0px 0px;
}

.size10 {
  font-size:10px;
}
.size11
{
  
  font-size:11px;
}
.size12
{
  
  font-size:12px;
}
.size14
{
  
  font-size:14px;
}
.size16
{
  
  font-size:16px;
}
.size18
{
  
  font-size:18px;
}
.size20
{
  
  font-size:20px;
}
.size22
{
  
  font-size:22px;
}
.size24
{
  
  font-size:24px;
}
.size36
{
  
  font-size:36px;
}

.menulink1 {
  border-left:0px solid #eeeeee;
  border-right:0px solid #eeeeee;
  border-top:0px solid #eeeeee;
  border-bottom:0px solid #eeeeee;
  DISPLAY: block;
  PADDING-BOTTOM: 2px;
  PADDING-LEFT: 2px;
  WIDTH: 100%;
  HEIGHT: 100%;
  PADDING-TOP: 2px;
  TEXT-DECORATION: none;
  COLOR: red;
  BACKGROUND-COLOR: white;
}
.menulink1:hover {
  border-left:0px solid #666666;
  border-right:0px solid #eeeeee;
  border-top:0px solid #eeeeee;
  border-bottom:0px solid #eeeeee;
  TEXT-DECORATION: none;
  COLOR: white;
  BACKGROUND-COLOR: red;
}

.link1
{
  color:#ff6600;
  text-DECORATION:none;
}
.link1:hover
{
  color:red;
  text-DECORATION:none;
}

.link2
{
  color:#ff6600;
  text-DECORATION:none;
}
.link2:hover
{
  color:#ff6600;
  text-DECORATION:underline;
}

.link3
{
  color:navy;
  text-DECORATION:none;
}
.link3:hover
{
  color:navy;
  text-DECORATION:underline;
}

.link4
{
  color:white;
  text-DECORATION:none;
}
.link4:hover
{
  color:white;
  text-DECORATION:underline;
}

.maroon
{
  color:maroon;
}

.navy
{
  color:navy;
}

.teal
{
  color:teal;
}

.black
{
  color:black;
}

.white
{
  color:white;
}

.silver
{
  color:silver;
}

.gray
{
  color:gray;
}

.green
{
  color:green;
}

.blue
{
  color:blue;
}

.yellow
{
  color:yellow;
}

.red
{
  color:red;
}

.cccccc
{
  color:#cccccc;
}


