/* Graffiti Decorations (R) */
/*       Main Style         */
 A{Color: #1199FF; Text-decoration: none; font-weight: bold; font-size: 13pt;}
 A:Hover{Color: #FF0055; Text-decoration: underline; font-weight: bold; font-size: 13pt;}

 A.GSTUDIO{ Color: #C0C0C0; Text-decoration: underline; font-size: 1pt;}
 A.GSTUDIO:Hover{Color: #FF0055; Text-decoration: none; font-size: 1pt;}


 A.QUEST{ Color: #FF0033; Text-decoration: none; font-weight: bold; font-size: 13pt;}
 A.QUEST:Hover{Color: #FF0055; Text-decoration: underline; font-weight: bold; font-size: 13pt;}



 Body{color: #3399FF; Text-decoration: none; font-weight: bold; font-size: 13pt;}
 P.Topic{color: #FF0055; Text-decoration: none; font-size:18pt};
 H1.Topic{color: #FF0055; Text-decoration: none; font-size:18pt};
 TD{color: #3399FF; Text-decoration: none; font-weight: bold; font-size: 13pt;}
 IMG.BANNER  {border: 2px solid #C0C0C0}
 IMG.ONBANNER{border: 2px solid #FF0055}
 
 tr.new {
 font-weight: bold;
 background: #dfffff; 
 }  

 tr.new:hover {
 background: #dfffdf;
 }  

 tr.done {
 font-weight: bold; 
 background: #F5F9F4;
 }  

 tr.done:hover {
 background: #EBEFEA; 
 }  

 img.project {
 cursor: pointer; 
 opacity: 0.5;
 }  
 img.project:hover {
 opacity: 1.0;
 }  

 #pages a{
 border: 1px solid #d5d5d5; 
 display: inline-block; 
 margin: 0px 3px;
 background: #EBEFEA; 
 height: 20px;
 width: 20px;  
 cursor: pointer; 
 }  
 
 #pages a:hover{
 background: #d5d5d5;
 } 
 
 #pages p{
 cursor: default; 
 color: #FF0055; 
 display: inline-block; 
 margin: 0px 3px;
 background: #d5d5d5; 
 height: 20px;
 width: 20px;    
 border: 1px solid #d5d5d5; 
 }  
