A:link {
 COLOR: #008000 /*The color of the link(green)*/
}
A:visited {
 COLOR: #800080 /*The color of the visited link(purple)*/
}
A:hover {
 COLOR: #0000FF; /*The color of the mouseover or 'hover' link(blue)*/
/* background-color : #1E90FF; */
 text-transform : uppercase;
}
A:active {
 COLOR: #FF0000 /*The color of the mouseover or 'active' link(red)*/
}
.box1 {
width:300px;
padding: 5px;
border-width: medium;  /* border-width: thin; medium,thick, length, inherit */
border-style: dashed; /*none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, inherit     */
border-color: yellow;  /*800000 - same color as Jack's profile page, 990000 - was the original color   */
background-color:#ffffff;  /* ffffff=white, 000000=black ffcccc=original color   */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}