/* Flame */
BODY {
scrollbar-track-color: black;
scrollbar-arrow-color: black;
scrollbar-shadow-color: red;
scrollbar-darkshadow-color: black;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: black;
scrollbar-face-color: red;
}

A.type:link    {color:#FF0000; text-decoration:none;}
A.type:visited {color:#FF0000; text-decoration:none;}
A.type:active  {color:#FF0000; text-decoration:none;}
A.type:hover   {color:#FFFF00; text-decoration: underline; letter-spacing: -1px; font-weight: bold;}

A.trick:link      {color:#FF0000; text-decoration:none;}
A.trick:visited {color:#FF0000; text-decoration:none;}
A.trick:active  {color:#FF0000; text-decoration:none;}
A.trick:hover  {color:#FFFF00; text-decoration:none; font-weight: bold; cursor: help;}

P.dope             {color:#FF0000; text-decoration: none; letter-spacing: -6px; font-weight: none; font-size: 18pt;}

.title	       {color:#FF0000; text-decoration: none; font-weight: bold; font-size: 12pt;}

A.webmaster:link      {color:#FF0000; text-decoration:none;}
A.webmaster:visited {color:#FF0000; text-decoration:none;}
A.webmaster:active  {color:#FF0000; text-decoration:none;}
A.webmaster:hover  {color:#FFFF00; text-decoration:underline;}

#glow{
filter:glow(color=red,strength=20);
width:100%;
}

input,textarea, select {color : #FF0000; background: #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #FF0000;
}

input.post, textarea.post, select {
	background-color : #FF00FF;
}

input { text-indent : 2px; }