/* cybercrime.ro's .css */
a:link{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FF0000;
text-decoration: none;
}
a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CC3333;
text-decoration: none;
}
a:active{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #990000;
text-decoration: none;
}
a:hover{
color: black;
background: red;
}
BODY{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color: black;
scrollbar-3dlight-color : Red;
scrollbar-arrow-color : Red;
scrollbar-base-color : Red;
scrollbar-dark-shadow-color : Black;
scrollbar-face-color : Black;
scrollbar-highlight-color : Red;
scrollbar-shadow-color : Red
}
