@charset "UTF-8";
/* CSS Document */

a:link {color:#ff3333;}      /* unvisited link */
a:visited {color:#ff3333;}  /* visited link */
a:hover {color:#ff3333;}  /* mouse over link */
a:active {color:#ff3333;}  /* selected link */

a img { border:0 }

p, td
{
text-align:right;
vertical-align:top;
color:#666666;
font-family:courier;
font-size:14px;
}

#orange
{
	color:#ff9933;
}
