@charset "UTF-8";
/* New CSS Document to suppliment text.css */
/* By Jonathan December, 2009 */

#ftable 
{
font-family: "Hobo Std","Arial Rounded MT Bold";
width: 500px;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
border: 2px solid #ffcc33;
}

#ftable td, #firmware th
{
font-size: 1em;
text-align: center;
border: 1px solid #ffcc33;
}

#ftable th
{
font-size: 1.2em;
background-color: #ffcc33;
color: #000;
}

.red
{
color: #f00;
}

.blue
{
color: #00f;
}