a:link { color: navy }
a:visited { color: #666666 }
a:hover {color: blue }

.code{
background:#80ffff;
font-family:"Courier New"
}

code {
color: #cc2200;
}

body {
   color:000033; 
   /* background: #6495ED; */
   background: white;
/*   margin: 20px 20px; padding: 0px; */
/*   text-align: center; */
}

#Content {
width: 760px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px #ffffff;
background-color:#ffffff;
}

H1
{
 font: large bold;
 font-family: helvetica; 
 color: #6666ff; 
}

H2
{
 font: large;
 font-family: helvetica; 
 color: #6666ff; 
}

H3
{
 font: medium bold;
 font-family: helvetica; 
 color: #6666ff; 
}

H4
{
 font: medium;
 font-family: helvetica; 
 color: #6666ff; 
}


p {
   text-align: justify;
}

a {
   text-decoration: none;
}

strong.YELLOW {
   background-color:#FFFF00;
}

strong.VERYSOFT {
   background-color:#FFFF00;
}


strong.SOFTMARKER {
   background-color:#FFFF00;
   font-weight: bold;
}


// to create marker <strong class="marker">text..</strong>
strong.MARKER {
   background-color:#FFFF00; 
   font-weight: bold;
   font-family: Verdana;
   font-size: 12px;
}






