a:link {
font-size: 14px;
color: blue;
text-decoration: underline;
}
a:active {
color: 000099;
text-decoration: underline;
}
a:visited {
color: 000099;
text-decoration: underline;
}
a:hover {
color: white;
background-color: blue;
text-decoration: none;
}
/* Because tables break css inheritance-especially NN */
body,td,tr,p {
font-family: arial,verdana,sans-serif;
font-size: 13px;
}
h1 {
font-family: tahoma, arial, sans-serif;
font-size: 20px;
font-weight: 500;
color: #cc00cc;
}
/*h1.6p {
font-family: tahoma, arial, sans-serif;
background-color: #BBFFBC;
border-color: white white gray silver;
border-style: solid;
border-width: 3px 2px 2px 2px;
padding: 17px;
font-size: 24px;
color: #cc00cc;
}*/
/* h1 in silver box- Top Right Bottom Left(TRouBLe)*/
h1.topic {
background-color: #f0f0f0;
border-color: d3d3d3 d3d3d3 d3d3d3 d3d3d3;
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 10px;
}
h2 {
font-family: tahoma, arial, sans-serif;
font-size: 20px;
font-weight: 500;
color: #cc00cc;
}
/* h2.6p {
font-family: tahoma, arial, sans-serif;
border-color: white white gray silver;
border-style: solid;
border-width: 2px 1px 1px 1px;
padding: 5px;
font-size: 18px;
font-weight: 500;
color: #cc00cc;
}*/
/* h2.6pyellow {
font-family: tahoma, arial, sans-serif;
border-color: white white gray silver;
border-style: solid;
border-width: 3px 2px 1px 1px;
padding: 5px;
font-size: 18px;
font-weight: 500;
color: #cc00cc;
}*/
/* h2.topic {
background-color: #f0f0f0;
border-color: d3d3d3 d3d3d3 d3d3d3 d3d3d3;
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 5px;
font-size: 18px;
font-weight: 500;
color: #cc00cc;
}*/
/*.box {
  background: #FFFFFF;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }*/
.drop {
background-color: #ffffe0;
}
span.crossout {
text-decoration: line-through;
}
.drop1 {
background-color: #ffffe0;
/* background-color: F5F5DC; */
}
.drop2 {
background-color: #FFF6E7;
/* background-color: F0F0F0; */
}
