.myDiv{
border: 2px solid #000000;
background-color: #e3e2ca;
text-align: left;
max-width:600;
font-family:consolas;
font-size:14;
line-height:1.5;
padding:25;
}

a:link{
color: #880000;
text-decoration:none;
font-weight:bold;
}

a:visited{
color: #880000;
text-decoration:none;
font-weight:bold;
}

a:hover{
color: #ff0000;
text-decoration:none;
font-weight:bold;
}


a:active{
color: #000000;
text-decoration:none;
font-weight:bold;
}


h1{
font-size:24;
}

h2{
font-size:20;
}

h3{
font-size:16;
}

p{
font-size:14;
}

p2{
font-size:18;
line-height:1.5;
}

p3{
font-size:26;
font-weight:bold;
line-height:1.5;
}

body{
background-color: #859155;
background-image: url("bg.gif");
}

td{
font-size:13;
line-height:1.5;
}

hr
{
  display:block;
height: 10px;
  border:none;
  background-image:url('square.gif');
} 