BODY {  font-family:arial;
  font-size:14px;
  background-attachment: fixed; 
  margin: 0;
  padding: 0; 
}

#header {
   height: 200px;
}
#footer {
  visibility:hidden;
}

#leftbar {
   position: absolute;
   top 200px;
   background-color: cyan;
   width: 230px;
    left: 20px;
	font-size: 0.7em;
	border: 1px dashed black;
	padding: 10px;
	z-index: 2;
}

#rightbar {
    position: absolute;
    top 200px;
    width: 100px;
	right: 20px;
	padding: 10px;
    z-index: 1;
}


#pagetext {
   top 200px;
   background-color: #FFFFFF;
   margin: 0;
   margin-left: 325px;
   margin-right: 150px;
}


hr { background-color:blue; 
     height: 7px; 
     border: solid black 1px;
}

.content>p {
		margin: 0;
}

.content>p+p {
		text-indent: 30px;
}

A:hover { color: #ff0000; background-color: #ffff00; 
   font-size: 8pt; }

a {
		color: blue;
 		font-size: 10pt;
		text-decoration: none:
}
a:link {
		color: blue;
		font-size: 10pt;
}
a:visited {
		color: teal;
		font-size: 10pt;
}


.MyStyle
{ background: #00CCFF;
  color : #2E2F26;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  padding : 10px;
  margin: 10px;
  width: 60%;
  border-color : #6600FF;
  border-style : dashed;
  border-width : 2px;
  float: right; }


.content {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0 15px 20px 360px;
	border: 1px solid black;
	background-color: #FFFFFF;
	border-color: #6600FF;
	border-style: dashed;
	border-width: 2px;
	padding: 10px;
	z-index: 3;
}

h3{
color:#990000;
font:bold 60px/50px Georgia,Sans-Serif;
letter-spacing:1.2px;
position:relative;
padding:0;
margin:0;
width:480px;
} 

h3 h3{
position:absolute;
top:-2px;
left:1px;
color: #F1F1D5;
} 

h3 h3 h3{
position:absolute;
top:-1px;
left:1px;
color:#990000;
} 

h2 {background-color: #CCCCFF}

