/*<pre><nowiki>*/
a:visited,
#p-personal a:visited,
#p-cactions li a { 
   color: #30720C; 
} 

a,
#p-personal a { 
   color: #0C4F72; 
}

a.new,
#p-cactions .new a { 
    color: #725E0C !important; 
}


/************** This is a tweak from the intro section ********************/
/*******************THIS_LINE_TESTS_THAT_TWEAK******************************************************************************************************************************************************************************************/

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/**********************This is where my part starts***********************/

/* Gets rid of the border on the left of the nav boxes in rounders. Doesn't
look so good in non-roundness. */
div.pBody {
  border-left:none;
}

/* Make the personal toolbar have roundness */
#p-personal ul {
  /* ooooh transparency */
   opacity:.6;
  -moz-border-radius-bottomleft:1em;
  border-color:rgb(250, 189, 35);
  border-width:1px;
  border-style:solid;
  background:#F8FCFF;
  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
   float:right;
  padding:0;
  padding-bottom:.3em;
  padding-right:3px;
  border-top:none;
  border-right:none;
  margin:0;
  
}

div.win {
  font-size: 2em;
  color: #08D72F;
}
div.lose {
  font-size: 2em;
  color: #D72F08;
}


/* this goes at the bottom plzkthx </nowiki></pre>*/