﻿body {
	background: url('rockywall.jpg') repeat
}
div.textbox
{
  width: 97%;
  margin: 10px;
  background-color: #fff8dc;
  filter:alpha(opacity=50);
  opacity:0.5;
}
div.textbox p.center
{
  margin: 10px 10px;
  text-align: justify;
  color: #ff000c; 
  font-family: tahoma; arial; times; 
  font-size: 18px;
  font-weight: bold;
}
div.headerbox
{
  width: 66%;
  margin-left: 18%;
  margin-right: 18%;
  text-align: center;
  background-color: #fff8dc;
  filter:alpha(opacity=50);
  opacity:0.5;
}
div.headerbox h3
{
  margin: 10px 10px;
  text-align: center;
  color: #ff000c; 
  font-family: tahoma; arial; times; 
  font-size: 34px;
  font-weight: bold;
}
div.headerboxh2
{
  width: 32%;
  margin-left: 32%;
  margin-right: 32%;
  text-align: center;
  background-color: #fff8dc;
  filter:alpha(opacity=50);
  opacity:0.5;
}
div.headerboxh2 h2
{
  margin: 4px 4px;
  text-align: center;
  color: #ff000c; 
  font-family:  tahoma; arial; times; 
  font-size: 28px;
  font-weight: bold;
}
img {
        margin: 0px 1px 0px 1px; border: 3px ridge #910503;
}
p.center {
       text-align: center; color: #910503; font-family: tahoma; arial; times; font-size: 18px; font-weight: bold;
}
a:link {
	color: #ffffff; background-color: #000000; font-weight: bold; font-size: 14px;  
}
a:visited {
        color: #000000; background-color: #ff3333; font-weight: bold; font-size: 14px;
}
a:hover {
        color: #000000; background-color: #ff3333; font-weight: bold; font-size: 14px;
}
