A
{
    COLOR: #ff3300; 
text-decoration: none
}
A:active
{
    COLOR: #ff3300; 
text-decoration: none
}
.title
{
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:visited
{
    COLOR: #ff3300
}
A:hover
{
    COLOR: #ffff00
}
HTML
{
    FONT-SIZE: small;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #000000;
    height:101%;  
}
p
{ 
line-height: 1.4
}

.smallText
{
	font-size:.8em;
}
.largeText
{
	font-size:2em;
}
.bold
{
	font-weight:bold;
}